pitrery 3.0

Поиск
Список
Период
Сортировка
От Thibaut Madelaine
Тема pitrery 3.0
Дата
Msg-id b849a92b-e110-322a-7121-c8cdd93ee2bb@dalibo.com
обсуждение исходный текст
Список pgsql-announce

Version 3.0 of Pitrery - the PITR made simple software - is available!

== New feature ==

* Support for PostgreSQL 12
* Rename "xlog" to "wal" in scripts and configuration keys

== Details ==

PostgreSQL in version 12 has changed how recovery configuration is managed.
There is no more "recovery.conf" file:
  - The recovery configuration keys are read from the postgresql.conf file.
     Upon restoration, recovery.conf settings are written by pitrery at the
     end of the postgresql.conf file.
  - A "recovery.signal" or "standby.signal" will be used by the restored
    cluster to know what action to take
     A new option is declared: RESTORE_MODE (or the "-m" switch). For
     restoration, it must be set either to "recovery" or "standby".
  - Multiple conflicting recovery_target* specifications are not allowed.
    PostgreSQL will make the check on startup.
  - We now advance to the latest timeline by default.

Since PostgreSQL version 10, "xlog" has been renamed to "wal". Make this change
in pitrery:
  - "archive_xlog" script is renamed to "archive_wal".
  - "restore_xlog" script is renamed to "restore_wal".
  - configuration key PGXLOG is renamed to PGWAL.
  - the WAL archive directory ARCHIVE_DIR is set by default to:
    "$BACKUP_DIR/archived_wal".
  - deb and rpm packages will maintain symbolic link to old "*_xlog" scripts.

== Getting it ==

Pitrery tarballs are now on GitHub releases and distribution packages are now available on Dalibo Labs YUM and APT repositories. Details are available in the downloads page.

== About ==

Pitrery is a set of Bash scripts to manage PITR backups for PostgreSQL.

It is a Dalibo Labs project maintained by Thibaut Madelaine, Étienne Bersac and Thibaud Walkowiak.

Вложения

В списке pgsql-announce по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - January 19, 2020 ==
Следующее
От: Gilles Darold
Дата:
Сообщение: pgFormatter v4.2 released