For now this works for sqlite only and can then be used to dump into pg or mysql (will automate the other two soon)
- Preform a backup of your database you wish to migrate and store that backup somewhere secure
- Nodejs v14/v16
- Yarn
yarn
WIP
- Start by following the "prepare the migration locally" guide on our documentation to do any needed code changes
- Run your SQL Strapi v3 in
develop
mode with an empty DB to generate the DB structure - Turn off / kill the running Strapi v4 server
- Run migration script using
yarn start