Should I install Strapi updates?

Hello everyone,

My company and I are developing Strapi based application.
We are currently using the following versions :
“strapi”: “3.0.1”,
“strapi-admin”: “3.0.1”,
“strapi-connector-bookshelf”: “3.0.1”,
“strapi-plugin-content-manager”: “3.0.1”,
“strapi-plugin-content-type-builder”: “3.0.1”,
“strapi-plugin-email”: “3.0.1”,
“strapi-plugin-upload”: “3.0.1”,
“strapi-plugin-users-permissions”: “3.0.1”,
“strapi-local-plugin-warmzone-view”: “file:./plugins/warmzone-view”,
“strapi-provider-upload-aws-s3”: “3.1.3”,
“strapi-utils”: “3.0.1”

I want to update to the latest version, do I have to expect any bug or modification on the way the DB is actually designed ?

Thank you in advance for you answers,

Thomas

Hello,

The architecture changed a little bit since 3.0.1. I think you will have some problems with env files.

So you must follow all the migration guides:
Migration guide from 3.0.x to 3.1.x
Migration guide from 3.1.x to 3.2.3
Migration guide from 3.2.3 to 3.2.4
Migration guide from 3.2.5 to 3.3.0

After all migrations, don’t forget to run yarn build or npm run build

Thanks

1 Like