-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hey there 👋🏻
Thanks a lot for open-sourcing this!
From the README it seems like we only have 3 ways of creating the database:
- The
install.shscript from the repo, - A Ruby gem,
- An NPM module.
Have you considered creating a Docker image that performs the migration, instead?
I imagine it'd be very similar to the install.sh script, but it would be easier to use in production scenarios, such as Kubernetes job pointed to the PostgreSQL instance used by a service.
Bonus points if the installation is idempotent (running it multiple times with the same version is no-op) and performs updates only once (running the installation on an older version triggers an update, then back to the idempotent behavior). I guess what I'm describing here is a textbook migration 😄
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels