Foodcoops Database Migration scripts from 9.0 to 12.0
To migrate a database from 9.0 to 12.0, using openupgrade.
Start the container:
docker-compose -f docker-compose.load.yml up
Then access https://localhost/8069 on your browser, and upload your database.
IMPORTANT: Database name has to be exactly: migrate
.
Then CTRL+C
to stop the container.
./migrate-all.sh
It'll be located in backups/final.zip
After you finished, you can remove all containers and volumes by running clean.sh