mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
@@ -3,6 +3,31 @@
|
||||
Release notes
|
||||
=============
|
||||
|
||||
Version 1.5.1
|
||||
-------------
|
||||
|
||||
This version implements support of permanent replication slots, adds support of pgBackRest and fixes number of bugs.
|
||||
|
||||
**New features**
|
||||
|
||||
- Permanent replication slots (Alexander Kukushkin)
|
||||
|
||||
Permanent replication slots are preserved on failover/switchover, that is, Patroni on the new primary will create configured replication slots right after doing promote. Slots could be configured with the help of `patronictl edit-config`. The initial configuration could be also done in the :ref:`bootstrap.dcs <settings>`.
|
||||
|
||||
- Add pgbackrest support (Yogesh Sharma)
|
||||
|
||||
pgBackrest can restore in existing $PGDATA folder, this allows speedy restore as files which have not changed since last backup are skipped, to support this feature new parameter `keep_data` has been introduced. See :ref:`replica creation method <custom_replica_creation>` section for additional examples.
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
- A few bugfixes in the "standby cluster" workflow (Alexander)
|
||||
|
||||
Please see https://github.com/zalando/patroni/pull/823 for more details.
|
||||
|
||||
- Fix REST API health check when cluster management is paused and DCS is not accessible (Alexander)
|
||||
|
||||
Regression was introduced in https://github.com/zalando/patroni/commit/90cf930036a9d5249265af15d2b787ec7517cf57
|
||||
|
||||
Version 1.5.0
|
||||
-------------
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
__version__ = '1.5.0'
|
||||
__version__ = '1.5.1'
|
||||
|
||||
Reference in New Issue
Block a user