pg_probackup icon indicating copy to clipboard operation
pg_probackup copied to clipboard

Backup and recovery manager for PostgreSQL

Results 173 pg_probackup issues
Sort by recently updated
recently updated
newest added
trafficstars

Adding the json format for console log and log files.

Hi, does it support backup to S3 or GCS?

enhancement

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)...

enhancement

Здравствуйте! По неизвестной причине не сливаются backups. Размер БД более 6Тб. ![image](https://user-images.githubusercontent.com/22900930/181661221-11976be3-05b3-4223-a3ec-2213c1e833d5.png) 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 Можете определить важность этого сообщения. И если оно не важно -...

enhancement

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...

bug