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
once the auto-backups are in place
create an action that downloads the latest database from heroku and compares it to the latest known good state.
If the known good state data isn't equivalent to the heroku ones, fail.
This might be possible by just dumping dbs, filtering out heroku custom things and checking for string equivalence
The text was updated successfully, but these errors were encountered:
problem: known good state needs to be a heroku backup, it cannot be a local sqlite situation.
ideally local dev would also be a postgresql container, this would make data migration pretty trivial.
once the auto-backups are in place
create an action that downloads the latest database from heroku and compares it to the latest known good state.
If the known good state data isn't equivalent to the heroku ones, fail.
This might be possible by just dumping dbs, filtering out heroku custom things and checking for string equivalence
The text was updated successfully, but these errors were encountered: