cdellinger
cdellinger
WWasp-lang
Created by cdellinger on 7/24/2024 in #đŸ™‹questions
Database migrations for production setup
What is the recommended way to update schema changes in a production setup? I'm assuming its migrations but I'm not sure if there is equivalent of "wasp db migration-dev" for production. Can you just run "wasp db migration-dev" for production? If so, in a docker setup, would you just ssh into the server instance and run it from there after you have deployed your new code?
8 replies