-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
if i read everything correctly, the postgres database is completely determined by the input data files.
if so, perhaps this data flow could work:
- build the database locally or on github actions
- dump the database and store it on an s3 bucket
- on deploy, pull the database dump from the s3 bucket and restore the database (overwriting the existing tables)
could that work @hancush ?
Metadata
Metadata
Assignees
Labels
No labels