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

switch to go binary #238

Merged
merged 1 commit into from
Nov 7, 2023
Merged

switch to go binary #238

merged 1 commit into from
Nov 7, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Nov 7, 2023

This is a fundamental rewrite of the entire mysql-backup, several years in the making.

  • the program running backup and restore is a single go-based binary, rather than a complex of scripts
  • you can download and run the binary on its own, or from within a docker container (as before)
  • most (but not all) of previously supported env vars continue to work
  • this release will switch to the v1.0.0 version when ready; as of this PR, it will be v1.0.0-rc1
  • latest tag will point to the most recent semver, not including -alpha*, -rc*, etc., i.e. only clean semver releases of format vX.Y.Z

Signed-off-by: Avi Deitcher <[email protected]>
@deitch deitch merged commit dd5fcda into master Nov 7, 2023
2 checks passed
@deitch deitch deleted the go branch November 7, 2023 14:40
isanketsaha added a commit to isanketsaha/mysql-backup that referenced this pull request Dec 2, 2023
This reverts commit dd5fcda, reversing
changes made to e3f3bf6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant