Skip to content

Installation using a Docker image #30

@ar3s3ru

Description

@ar3s3ru

Hey there 👋🏻

Thanks a lot for open-sourcing this!

From the README it seems like we only have 3 ways of creating the database:

  1. The install.sh script from the repo,
  2. A Ruby gem,
  3. 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

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