supertokens-docker-postgresql icon indicating copy to clipboard operation
supertokens-docker-postgresql copied to clipboard

Feature Request - automatically run SQL migrations

Open theholla opened this issue 2 years ago • 1 comments

Are there plans for newer versions for this docker image to automatically run any needed SQL migrations?

To upgrade our local environment from core 4.6 to 5.0 we needed to pin the new version of the image in our docker-compose file, then connect to the Postgres database and run the manual SQL migrations described in this CHANGELOG. It would be very cool if the docker image had that functionality built in to automatically check for and run any missing migrations.

Thank you!

theholla avatar Jun 21 '23 17:06 theholla

Agreed. This is something we plan on doing in the coming months.

rishabhpoddar avatar Jun 22 '23 06:06 rishabhpoddar