From 1e856e4ec64541d75427f59856b5d9f94a798f97 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 12 Oct 2017 11:04:35 +0200 Subject: [PATCH] Update release notes --- docs/releases.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index 15490f6a..6cf96c8c 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -12,6 +12,14 @@ Version 1.3.5 If the node was running as a master it was preventing from failover. +**Stability improvement** + +- Try to run postmaster in a single-user mode if we tried by failed to start postgres (Alexander) + + Usually such problem happens when node running as a master was terminated and timelines were diverged. + If ``recovery.conf`` has ``restore_command`` defined, there are really high chances that postgres will abort startup and leave controldata unchanged. + It make impossible to use ``pg_rewind``, which requires a clean shutdown. + **Consul improvements** - Make it possible to specify health checks when creating session (Alexander)