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
Copy data from CODE to local SQL files (this can take a while)
Mount these files into the Postgres container
Postgres then performs the INSERT statements to populate the tables
The intention is to have a working local environment is as few steps. However, this only happens if we start with an empty database. If the database is not empty, we still copy data from CODE, but do nothing with it.
Can we improve the DX by:
Only copying data from CODE if the local database is empty
Warn when the local database is not empty
The text was updated successfully, but these errors were encountered:
When we run
npm -w dev-environment start
we:INSERT
statements to populate the tablesThe intention is to have a working local environment is as few steps. However, this only happens if we start with an empty database. If the database is not empty, we still copy data from CODE, but do nothing with it.
Can we improve the DX by:
The text was updated successfully, but these errors were encountered: