Skip to content

A semi-automated Postgres DBA for helping teams better manage their DB

License

Notifications You must be signed in to change notification settings

jonstacks/pg-dba

Repository files navigation

pg-dba

CI codecov

A semi-automated Postgres DBA for helping teams better manage their DB.

Testing

To run integration tests locally, you must have docker installed. You can run the integration tests by running:

make compose-up
make integration

Docs

You can run the docs server by going to the docs folder and running:

make doc-server