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
If you get errors related to ROLE/user not existing, make sure you create that postgres user in the new environment:
createuser ubuntu
Note: A full dump/restore might be too large and slow to do regularly. As long as the fixture data (FVSAggregate, etc) remains the same, we might want to only dump the user tables (i.e. tables associated with Madrona features)