pg_probackup
pg_probackup copied to clipboard
Backup and recovery manager for PostgreSQL
Adding the json format for console log and log files.
Hi! I suggest dividing WALs from the archive into different directories, because when writing a large number of segments to the network directory (30-40 thousand per day, NFS for example)...
Здравствуйте! По неизвестной причине не сливаются backups. Размер БД более 6Тб.  pg_probackup 2.5.4 (PostgreSQL 12.9) Прикладываю backup_content.control для REQ2G3 и REXH45: [backup_content.control.zip](https://github.com/postgrespro/pg_probackup/files/9215210/backup_content.control.zip)
Добрый день! Просьба реализовать возможность merge инкрементальных копий между собой, а не только с FULL Есть сценарий когда нам в течении дня нужно хранить много, но на завтра нам достаточно...
У меня есть настроенный файл **.pgpass.** Когда я использую эту команду для проверки: **psql -d backupdb -U backuper -w** пароль успешно достается из .pgpass и происходит подключение к БД. Когда...
If the value of segment_size is greater than 2G, the file length will overflow. In this case, the backup will fail.
Добрый день! При бекапе postgres 13.1 ptrack 2.3 probackup 2.5.6 стало выводить например: WARNING: ptrack: skip empty file /pg/TEST_PCFT/pgdata/pg_tblspc/16395/PG_13_202007201/16396/17418 Можете определить важность этого сообщения. И если оно не важно -...
The [documentation](https://postgrespro.github.io/pg_probackup/#pbk-adding-new-backup-instance) says: > If you run this command with the [remote_options](https://postgrespro.github.io/pg_probackup/#pbk-remote-server-opts), the specified parameters will be added to pg_probackup.conf. However, it doesn't write to pg_probackup.conf, and the source code...