hapostgres / pg_auto_failover

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

Bug/837 No need to checkpoint and restart if pg is not running #839

Closed rheaton closed 2 years ago

rheaton commented 2 years ago

When updating replication settings, no need to attempt a checkpoint and restart when postgres keeper is not running. Just start the service.

Fixes #837

DimCitus commented 2 years ago

Thanks a lot @rheaton !