Skip to content

Releases: backdrop-contrib/backup_migrate

1.x-1.0.30

21 Apr 22:37
39a97a1
Compare
Choose a tag to compare

What's Changed

This release is intended to solve an issue with sites that use more than one database. Before this release, trying to back up the secondary database resulted in a PDO error, as BM was not able to find some tables (BM was erroneously looking for the tables from the primary database in the secondary one). This release assures that BM finds the correct tables in the secondary database and successfully backs them up.

This release does not need running update.php.

Full Changelog: 1.x-1.0.29...1.x-1.0.30

1.x-1.0.29

19 Apr 14:24
7bebe1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.0.28...1.x-1.0.29

1.x-1.0.28

18 Feb 00:31
abb0b88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.0.27...1.x-1.0.28

1.x-1.0.27

20 Oct 15:01
efbfb69
Compare
Choose a tag to compare

This release attempts to fix a rare fatal error described in:
#158

This error was most likely caused by an unusual combination of of settings, and the unavailability of class backup_migrate_destination_filesource during the update processes. While reported by 3 people, I have been unable to pinpoint the exact cause.

IMPORTANT: if you experienced the issue above when moving to 1.x-1.0.26, try this release and report back in that issue if this solved the problem for you.

What's Changed

Full Changelog: 1.x-1.0.26...1.x-1.0.27

1.x-1.0.26

10 Mar 05:07
5a32289
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.x-1.0.25...1.x-1.0.26

1.x-1.0.25

14 Nov 13:50
e16dd6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.x-1.0.24...1.x-1.0.25

1.x-1.0.24

24 Sep 17:04
17c95c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.0.23...1.x-1.0.24

1.x-1.0.23

03 Aug 03:08
2dd9bed
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.0.22...1.x-1.0.23

Fix for issue #82 FTP path

24 May 04:25
ac72095
Compare
Choose a tag to compare
Merge pull request #82 from argiepiano/1.x-1.x-issue-89

Issue #81. Be sure the ftp filename doesn't include initial `./`

Fix for PHP warnings, feature to specify custom MySQL port

17 Oct 00:07
e741bfa
Compare
Choose a tag to compare