Skip to content

Unmodified Postgres 17 Docker image with all extensions and migrations.

License

Notifications You must be signed in to change notification settings

axiston/database

Repository files navigation

axiston/database

Build Status DockerHub

Check out other axiston projects here.

Unmodified Postgres 17 Docker image with all extensions and migrations.

Notes

Dependencies

Guidelines

  • Migrations are append-only. Once a migration is merged into the main branch, do not modify it.
  • Migrations in migration/ must be idempotent, ensuring they can be run multiple times without causing issues.
  • Self-hosted service users should update role passwords separately after running all migrations.
  • Production releases are done by publishing a new GitHub release from the main branch.