Skip to content

Releases: feederco/really-simple-db-backup

1.0.9

24 Jun 07:41
Compare
Choose a tag to compare

Changelog

88a0d30 Add 10% to the volume created for backups, to give it some head room

1.0.8

09 Mar 08:00
Compare
Choose a tag to compare

Changelog

2c92398 Implement rretry in GetRunningInstance data which calls a magic IP in the DO datacenter. It has a habit of timing out
05281f2 Use correct wget flag in README for downloading a release

1.0.7

09 Jan 07:50
Compare
Choose a tag to compare

Changelog

9f05030 Implement retries with timeouts on uploading backups
488da3e Upgrade DigitalOcean library to latest

1.0.6

28 Jun 09:01
Compare
Choose a tag to compare

Changelog

08c1a8e Add more alerting and error logging on failure cases
37874f4 (docs) Use better cron commands where logging is used

1.0.5

18 Feb 08:29
Compare
Choose a tag to compare

Changelog

3f06042 Introduce --version flag to get the current version, commit and build date
98859ea Tweak the release archives to only include the final binary

1.0.4

17 Feb 13:31
Compare
Choose a tag to compare

Changelog

af5cb60 Clean up config file by putting DigitalOcean configs in sub-structure. Same for MySQL. Update docs to reflect

1.0.3

14 Feb 16:38
Compare
Choose a tag to compare

Changelog

fd5b2e6 Fix incorrect last lines fetching. Added tests to the simple thing because it's just too difficult to wrap my head around
c65f650 Do not error if getting current user doesn't work

1.0.0

05 Feb 13:04
ac29735
Compare
Choose a tag to compare

Changelog

217f91b Add download & finalize-restore commands. Add more and improve documentation. Rename the progress reporter methods
5be0d5c Add flag to remove compressed files when decompressed
3f34441 Before starting a lengthy restore process make sure that the mysql data directory exists/or is writable
5d4239d Fix progress bar for moving back data files
3891a1f Fix verbose logging flag not being applied properly
92c36ca Implement download, decompress, prepare and move mysql files
c8ee097 Improve error messages return from running commands. The error now includes the command run so it can be rerun
2e4b917 Improve how existing-volume-id checks for mounting requirement
613192d Include last 10 lines off stderr output when command fails. Implement correct flow for incremental backups
15be04e It looked pretty cool to show speed on progress bars. Do that
7c2a085 Lay ground work for restore functionality. List backups, decide on required volume size, etc
ac29735 Merge pull request #12 from feederco/progress-bars
b6ef180 Merge pull request #9 from feederco/restore
a2e9138 Refactor download and extract order to make it posssible to show a progress bar (and hopefully speed up the process)
9b98059 Remove commands to remove .qb and .xbstream files since it is dealt with by --remove-original
5a7d7e9 Remove debug logging that stuck around in a test
b3911ab Try to make sure the target mysql datadir is empty when putting back restore files
50773e8 With the new way of downloading and extracing in one step we don't need so large volumes when restoring. Try half size. Fix a bug with progress bar rendering
9224846 Work on a progress bar for copy operations
7c7de67 Work on the decompressing and preparing backups.
bb5c43c doc: Fix typo in mysql-data-path flag
baf4b91 doc: In cron command in README, ignore stdout output

0.9.2

28 Jan 20:43
Compare
Choose a tag to compare

Changelog

f1a49cc Fix a bug with computing the lineage for a backup, which impacted pruning
08da01a Fix a couple typos in the logging
65a5325 Improve logging when running simple commands (remove start and end notice), put other commands on correct line
310f435 doc: Fix typo in installing step
1f89e75 doc: Show downloading from Github releases page

0.9.1

28 Jan 16:15
Compare
Choose a tag to compare

Changelog

2546897 Bugfix: Use automatically_remove_old config option when deciding to prune or not