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
It could, especially if you can check whether the dump has been updated before restoring so the data isn't needlessly updated during deployment.
GitHub Actions makes most sense to me. You could build and upload a fresh dump between the testing and deployment steps when we merge into master. Then the staging DB would be refreshed during deployment, and we'd simply need to trigger a prod deployment (no need to rebuild the database again) to deploy the new data.
if i read everything correctly, the postgres database is completely determined by the input data files.
if so, perhaps this data flow could work:
could that work @hancush ?
The text was updated successfully, but these errors were encountered: