hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.07k stars 112 forks source link

Review docs, Dockerfile, and tutorials. #964

Closed DimCitus closed 1 year ago

DimCitus commented 1 year ago

The test image now contains more debugging tools.

Improve our tutorial by not requiring an external docker volume in the environment, having the volume only available within the docker-compose context is all we need here.

Small improvement: make the app image respect the SIGTERM that docker-compose down sends, by rewritting it using Python this time.