1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-20 11:34:51 +02:00
..
2018-01-25 21:39:16 +03:00
2018-04-11 02:23:13 +03:00
2018-04-28 18:49:34 +03:00
2018-01-28 04:36:27 +03:00
2018-04-28 18:49:34 +03:00
2017-07-12 17:28:28 +03:00
2017-07-12 17:28:28 +03:00
2018-05-01 13:41:17 +03:00
2018-01-18 04:35:27 +03:00
2018-04-28 18:49:34 +03:00
2017-09-28 10:32:06 +03:00
2017-11-07 17:50:35 +03:00
2017-09-28 10:32:06 +03:00
2017-09-28 10:32:06 +03:00
2017-09-28 10:32:06 +03:00
2017-09-28 10:32:06 +03:00
2017-09-28 10:32:06 +03:00
2018-04-23 17:20:46 +03:00
2018-01-28 04:36:27 +03:00
2018-01-28 04:36:27 +03:00

см wiki

Note: For now there are tests only for Linix
Check physical correctness of restored instances:
 Apply this patch to disable HINT BITS: https://gist.github.com/gsmol/2bb34fd3ba31984369a72cc1c27a36b6
 export PG_PROBACKUP_PARANOIA=ON

Check archive compression:
 export ARCHIVE_COMPRESSION=ON

Specify path to pg_probackup binary file. By default tests use <Path to Git repository>/pg_probackup/
 export PGPROBACKUPBIN=<path to pg_probackup>

Usage:
 pip install testgres
 pip install psycopg2
 export PG_CONFIG=/path/to/pg_config
 python -m unittest [-v] tests[.specific_module][.class.test]