Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove logic for yaml history database format. #13

Merged
merged 7 commits into from
Dec 15, 2024
Merged

Conversation

woblerr
Copy link
Owner

@woblerr woblerr commented Dec 15, 2024

The yaml format is outdated. There is no point in continuing to support it.
Where possible, old code is used to avoid unnecessary refactoring.

If you are using an old gpbackup version that supports only the YAML format gpbackup_history.yaml , then use gpbackup_exporter <= v0.3.0.

The rpm and deb package build process has been updated. Now they are only being built for linux due to the need to use the flag CGO_ENABLED=1.

The yaml format is outdated. There is no point in continuing to support it.
Where possible, old code is used to avoid unnecessary refactoring.
Update tests.
Add build macOS to Linux.
Update macOS to macOS.
Nuances of using CGO with go-sqlite3.
Remove darwin from release.
@woblerr woblerr added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 15, 2024
@woblerr woblerr self-assigned this Dec 15, 2024
@woblerr woblerr merged commit 286a811 into master Dec 15, 2024
6 checks passed
@woblerr woblerr deleted the del_yaml_format branch December 15, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant