System Information
- Strapi 3.0.6 attempting to upgrade to 3.1.7:
- Windows:
- Postgres:
- Node 12.13:
- NPM 6.10.1:
- Yarn 1.22.4:
I have had a Strapi 3.0.6 project for years that I have been wanting to update to 3.1.7 and of course to the latest (v5) if possible. However, I always ran into “Migration failed” error and Knex Timeout Error when attempting to migrate.
Keep in mind:
- I have followed the guide here exactly as instructed 3.0x to 3.1x Migration Guide
- I don’t have much plugins or other dependencies.
- The database is huge, but I have not made any custom changes to code, panels, etc…
- I am a novice in coding
Here are my dependencies as of my latest attempt to migrate:
“dependencies”: {
“dotenv”: “^8.2.0”,
“knex”: “<0.20.0”,
“pg”: “^8.0.3”,
“strapi”: “3.1.7”,
“strapi-admin”: “3.1.7”,
“strapi-connector-bookshelf”: “3.1.7”,
“strapi-plugin-content-manager”: “3.1.7”,
“strapi-plugin-content-type-builder”: “3.1.7”,
“strapi-plugin-email”: “3.1.7”,
“strapi-plugin-graphql”: “3.1.7”,
“strapi-plugin-upload”: “3.1.7”,
“strapi-plugin-users-permissions”: “3.1.7”,
“strapi-provider-upload-aws-s3”: “3.0.6”,
“strapi-utils”: “3.1.7”
}