Skip to content

Releases: Daursu/laravel-zero-downtime-migration

Laravel 7 support

02 Apr 01:56
fa6becb
Compare
Choose a tag to compare

Changelog

Laravel 6 support

09 Nov 03:22
15218b4
Compare
Choose a tag to compare

Changelog

gh-ost support

31 May 14:29
4b84f65
Compare
Choose a tag to compare

Changelog

  • Added gh-ost support #7

You can now choose between percona-toolkit or gh-ost.

Laravel 5.8 support

26 Feb 21:34
56f2f72
Compare
Choose a tag to compare

Changelog

  • Added support for Laravel 5.8 #6

--dry-run mode

16 Feb 21:02
ae12c56
Compare
Choose a tag to compare

Changelog

  • The command now respects --pretend and runs in --dry-mode
  • The pt-online-schema-change output is now visble in the console

Laravel 5.7 update

09 Oct 21:42
Compare
Choose a tag to compare

Changelog

  • Updated compatibility with Laravel 5.7

ZeroDowntimeSchema helper

09 Oct 21:35
66aab6a
Compare
Choose a tag to compare

Changelog

  • Add new ZeroDowntimeSchema to help write migrations
  • ZeroDowntimeSchema::disable() to disable zero-downtime migrations globally
  • ZeroDowntimeSchema::$connection to set a custom connection name

Fix timeouts

26 Jul 09:12
04678e0
Compare
Choose a tag to compare

Disabled the timeout limit of 60 seconds. Some migrations take longer than that to complete

Support doctrine/dbal

17 Jul 20:44
dbb81ce
Compare
Choose a tag to compare

Fixes for queries that are generated via doctrine/dbal

Initial release

01 Jul 14:29
Compare
Choose a tag to compare
0.1.0

Initial commit