#migration in private database

3 messages · Page 1 of 1 (latest)

sonic mantle
#

how u force problem with migration when access is private e.g rds in aws?

#

i usally use prisma, how to run migration for example from CI/CD ?

lavish quiver
#

Usually, you run migrations before the app starts in the container itself. Or if using kubernetes, you can use init-container that runs the migration and then the application container starts