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
So that the database remains stable, we need to swap from SQLLite to PostGres. This is a relatively high priority item so that we can ensure data is dropped properly in.
We’ll also need to make sure this works well with the deployment process after we move the code over.
The text was updated successfully, but these errors were encountered:
Hi! Sorry, I've been out. @JakeTobin the code was already set up when I started working on this, but definitely needs a little bit more documentation. There are environment variables defined implicitly in the settings file that, when set, will cause the server to connect to a PG instance rather than a SQLite store.
So that the database remains stable, we need to swap from SQLLite to PostGres. This is a relatively high priority item so that we can ensure data is dropped properly in.
We’ll also need to make sure this works well with the deployment process after we move the code over.
The text was updated successfully, but these errors were encountered: