Skip to content

easier data update path? #76

@fgregg

Description

@fgregg

if i read everything correctly, the postgres database is completely determined by the input data files.

if so, perhaps this data flow could work:

  1. build the database locally or on github actions
  2. dump the database and store it on an s3 bucket
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions