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
this isn't easy if the database is in a private subnet. we'd need the ci/cd pipeline to ssh into a bastion host, copy the migrations, install a migration tool, and migrate the database
this isn't easy if the database is in a private subnet. we'd need the ci/cd pipeline to ssh into a bastion host, copy the migrations, install a migration tool, and migrate the database
https://github.com/thomwright/postgres-migrations#readme
https://github.com/appleboy/ssh-action
scp -pr ~/migrations/. $USER@$HOST:/migrations
The text was updated successfully, but these errors were encountered: