2017 © Pedro Peláez
 

library backup-migrations

A package that takes a backup of the database before running a migration

image

pangolinkeys/backup-migrations

A package that takes a backup of the database before running a migration

  • Wednesday, June 13, 2018
  • by pangolinkeys
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

backup-migrations

Repository to perform a database backup before migrations and seeds are run., (*1)

Require this package using composer require pangolinkeys/backup-migrations, (*2)

Register the BackupMigrationsServiceProvider:class service provider in the applications providers array., (*3)

Run php artisan vendor:publish to publish the config file., (*4)

Run the commands, (*5)

php artisan migrate, (*6)

php artisan db:seed, (*7)

as usual. In the background a backup dump of the database will be taken., (*8)

To restore the most recent backup run, (*9)

php artisan migrate:restore, (*10)

To specify a backup use the, (*11)

--file=, (*12)

option., (*13)

The Versions

13/06 2018

dev-master

9999999-dev

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.8

0.0.8.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.7

0.0.7.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.6

0.0.6.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.5

0.0.5.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.4

0.0.4.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.3

0.0.3.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.2

0.0.2.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook

13/06 2018

v0.0.1

0.0.1.0

A package that takes a backup of the database before running a migration

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Cook