Skip to content

Releases: axllent/ssbak

1.1.6

22 Nov 05:14
Compare
Choose a tag to compare
  • Exclude more resampled files, including converted (webp) and FocusPoint ones when using --ignore-resampled (#20)
  • Workaround for Silverstripe 5 thumbnails when using --ignore-resampled
  • Update Go dependencies

1.1.5

01 Jun 21:01
Compare
Choose a tag to compare
  • Update go-mysqldump (adds support for dumping VIEW tables)

1.1.4

02 Apr 03:35
Compare
Choose a tag to compare
  • Update Go modules
  • Update GitHub workflows

1.1.3

11 Jul 04:01
Compare
Choose a tag to compare
  • Prevent errors on import due to STRICT_TRANS_TABLES and STRICT_ALL_TABLES

In some circumstances ssbak load would fail due to "dirty data" due to undefined blank ENUM values. This change turns off strict mode while importing, meaning if your original database contains dirty data, then so will your restore. See https://mariadb.com/kb/en/enum/#null-and-empty-values

1.1.2

06 Jul 09:48
Compare
Choose a tag to compare
  • Allow .env loading to be skipped, and overwriting variables via environment (@ZaneA #6)
  • Update Go libs

1.1.1

07 Mar 03:19
Compare
Choose a tag to compare
  • Fix self-updater (sorry!). If you are running 1.1.0 the self-updater will not work, so you will have to update manually unfortunately.
  • Update Go libraries + security updates

1.1.0

13 Jan 10:26
Compare
Choose a tag to compare
  • Native support for importing and exporting databases, eliminating MySQL client/server version incompatibility issues

1.0.3

09 Jan 03:05
Compare
Choose a tag to compare
  • Revert --set-gtid-purged=OFF to dump arguments to prevent GTIDs warning - not supported on all systems
  • Silently ignore GTIDs warnings

1.0.2

09 Jan 01:49
Compare
Choose a tag to compare
  • Add --set-gtid-purged=OFF to dump arguments to prevent GTIDs warning
  • Update go modules

1.0.1

01 Sep 04:24
Compare
Choose a tag to compare
  • Revert to adding password to mysqldump arguments (older MySQL clients do not support env variable)