diff --git a/pg_probackup/index.html b/pg_probackup/index.html index 4252220..62b7ba4 100644 --- a/pg_probackup/index.html +++ b/pg_probackup/index.html @@ -10,7 +10,7 @@ recovery of PostgreSQL database clusters. It is designed to perform periodic backups of the PostgreSQL instance that enable you to restore the server in case of a failure. - pg_probackup supports PostgreSQL 10 or higher. + pg_probackup supports PostgreSQL 11 or higher.
@@ -149,7 +149,7 @@
The remote mode is not supported on Windows systems.
- On Unix systems, for PostgreSQL 10,
+ On Unix systems, for PostgreSQL 11,
a backup can be made only by the same OS user that has started the PostgreSQL
server. For example, if PostgreSQL server is started by
user postgres
, the backup
command must also be run
@@ -181,8 +181,8 @@
Add the pg_probackup repository GPG key
sudo apt install gpg wget -wget -O - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \ -sudo apt-key add - +wget -qO - https://repo.postgrespro.ru/pg_probackup/keys/GPG-KEY-PG_PROBACKUP | \ +sudo tee /etc/apt/trusted.gpg.d/pg_probackup.asc
@@ -395,7 +395,7 @@ only in the database used for connection to the PostgreSQL server:- For PostgreSQL versions 10 — 14: + For PostgreSQL versions 11 — 14:
BEGIN; CREATE ROLE backup WITH LOGIN; @@ -1071,7 +1071,7 @@ primary_conninfo parameter; you have to add the password manually or use the--primary-conninfo
option, if required. - For PostgreSQL 11 or lower, + For PostgreSQL 11, recovery settings are written into therecovery.conf
file. Starting from PostgreSQL 12, pg_probackup writes these settings into