Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Add snapshot migration description to UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed May 17, 2016
1 parent b2bad49 commit 231a883
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ When upgrading Phragile to a newer version **always** run

after updating the files in the root directory of your application.

## From earlier releases to release 3.0.0

Snapshots created with Phragile versions earlier than 3.0.0 must be migrated in order to be used with Phragile 3.0.0.
In order to migrate snapshots

* make a backup of Phragile database
* run migration snapshot migration command:

php artisan snapshots:migrate

## From 1.1 release to 2.0.0

### Migrate your Snapshots
Expand Down

0 comments on commit 231a883

Please sign in to comment.