This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Releases: vmstan/gravity-sync
Releases · vmstan/gravity-sync
1.3.1 Release
- Changes [GOOD] to [DONE]
- Better validation of initial SSH connection
- Support for password based authentication
1.3.0 Release
1.3 should be called 2.0, but I'll resist that temptation -- so many new enhancements
- GS will now compare remote and local databases and only replicate if it detects a difference
- Verifies most commands complete before continuing each step to fail more gracefully
- Additional debugging options such as checking last cronjob output (if configured)
- Much more consistency in how running commands are processed in interactive mode
- What was once a 10 line bash script is now a 500 line monster
Carried over from 1.25
- Backups are now committed to a specific folder
- Push jobs now backup, I've removed most of the warning but still ask for confirmation before executing.
1.2.5 Release
- Push function now does a backup, on the secondary PH, of the primary database, before pushing.
- Typos.
1.2.4 Release
- Changes ~ to $HOME
- Fixes bug that prevented sync from working when run via crontab
1.2.3 Release
123 RELEASE!
- Uses a dedicated backup folder for .backup and .last files
- Copies db instead of moving to rename and then replacing to be more reliable
- Even cleaner label status
1.2.2 Release
- Different style for status updates
1.2.1 Release
- Improve logging functions
1.2.0 Release
- Refactored process to use functions and cleanup process of execution
- Does not look for permission to update when run
- Cleanup and expand comments
1.1.6 Release
- Code easier to read to proper tabs
1.1.5 Release
- Added ability to view logs