hans
December 6, 2018, 1:34pm
1
On https://docs.litium.com/documentation/upgrading-to-litium-7/preparing-for-upgrade it says “If you need to migrate data from the old database, you have to use database migration scripts” . Do such scripts exist or do we have to write them ourselves?
Litium version: 7
The database migration script is the “regular” upgrade script that will transfer the data from old to new tables.
If I’m not mistaken, the DB migration scripts are located in the “\packages\Litium.Setup.Core.[version]\tools” folder.
That’s correct. you can either run the script manual on the database of through the powershell command Update-LitiumDatabase
inside Nuget Package Manager Console inside Visual Studio.
You will find the instructions on https://docs.litium.com/documentation/upgrading-to-litium-7/upgrading-the-litium-platform