1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00
pg_probackup/tests/Readme.md
2018-01-18 17:15:21 +03:00

22 lines
539 B
Markdown

[см wiki](https://confluence.postgrespro.ru/display/DEV/pg_probackup)
```
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
Usage:
pip install testgres==0.4.0
pip install psycopg2
export PG_CONFIG=/path/to/pg_config
python -m unittest [-v] tests[.specific_module][.class.test]
```