film42 / pgreba

A health-checking service for postgres
2 stars 5 forks source link

Startup issues when postgres is stopped #19

Closed film42 closed 3 years ago

film42 commented 3 years ago

Pgreba won't start if postgres is stopped or if postgres has not fully started (apply WAL files before accepting connections). Pgreba should always start even if the postgres server is stopped. Health checks will fail, but the pgreba service should always be able to run.

schinns commented 3 years ago

looking into this.