-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
gggeek
committed
Aug 3, 2016
1 parent
c6720fc
commit a3ea4f3
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Upgrade instructions for upgrading from version 1.x to 2.0 | ||
========================================================== | ||
|
||
1. Upgrade the Migration Bundle to the 2.0 version using composer | ||
|
||
2. before you try to execute any further migration, run the following command | ||
|
||
php ezpublish/console kaliop:migration:migrate --path=vendor/kaliop/ezmigrationbundle/MigrationVersions/20100101000200_MigrateV1ToV2.php | ||
|
||
This will populate the v2 migrations table in the db with information from the v1 database table. | ||
|
||
The v1 database table will be left in the database; feel free to drop it when you feel safe enough that you will | ||
not need to roll back the Migration Bundle to its version 1. |