Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Releases: vmstan/gravity-sync

1.3.1 Release

25 May 20:22
4bfb04c
Compare
Choose a tag to compare
  • Changes [GOOD] to [DONE]
  • Better validation of initial SSH connection
  • Support for password based authentication

1.3.0 Release

25 May 03:23
9bd9d62
Compare
Choose a tag to compare

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

23 May 18:57
Compare
Choose a tag to compare
  • Push function now does a backup, on the secondary PH, of the primary database, before pushing.
  • Typos.

1.2.4 Release

23 May 04:05
Compare
Choose a tag to compare
  • Changes ~ to $HOME
  • Fixes bug that prevented sync from working when run via crontab

1.2.3 Release

22 May 20:54
Compare
Choose a tag to compare

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

22 May 19:05
Compare
Choose a tag to compare
  • Different style for status updates

1.2.1 Release

22 May 17:03
Compare
Choose a tag to compare
  • Improve logging functions

1.2.0 Release

22 May 16:18
Compare
Choose a tag to compare
  • 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

22 May 02:45
Compare
Choose a tag to compare
  • Code easier to read to proper tabs

1.1.5 Release

22 May 02:11
Compare
Choose a tag to compare
  • Added ability to view logs