You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to upgrade to SuperTokens core 7.0 in order to upgrade SDKs #3328
This will require running SQL on the production database and implies that we need to stop the supertokens service for a small period of time while the database migration is running.
Test running database migration on production database dump
Before upgrading, ensure your stack is already running with SuperTokens core 6.X. For self-hosters you can check the docker-compose.community.yml file that you are running or the docker tag of the registry.supertokens.io/supertokens/supertokens-postgresql image.
If you are on another version, please first follow the upgrade guide of previous versions here: #2656
2. Stop the SuperTokens container
Upgrading SuperTokens implies a downtime. For self-hosters, we recommend stopping the whole Hive stack, except the postgres database.
We need to upgrade to SuperTokens core 7.0 in order to upgrade SDKs #3328
This will require running SQL on the production database and implies that we need to stop the supertokens service for a small period of time while the database migration is running.
Test running database migration on production database dump
Migrations SQL on Supertokens Changelog
Rollout Plan
1. Verify the current stack version
Before upgrading, ensure your stack is already running with SuperTokens core
6.X
. For self-hosters you can check thedocker-compose.community.yml
file that you are running or the docker tag of theregistry.supertokens.io/supertokens/supertokens-postgresql
image.If you are on another version, please first follow the upgrade guide of previous versions here: #2656
2. Stop the SuperTokens container
Upgrading SuperTokens implies a downtime. For self-hosters, we recommend stopping the whole Hive stack, except the postgres database.
3. Execute SQL on database
Execute the following SQL on the database.
4. Deploy new stack
Now that your database schema has been upgraded, you can deploy the following stack version, which includes SuperTokens
v7
.Docker Hash to Deploy to Production:
778f97f44d8ffea17c8b0aa8577ad65bfda4745b
The text was updated successfully, but these errors were encountered: