mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-04 10:44:46 +02:00
12 lines
235 B
Markdown
12 lines
235 B
Markdown
|
[см wiki](https://confluence.postgrespro.ru/display/DEV/pg_probackup)
|
||
|
|
||
|
```
|
||
|
Note: For now there are tests only for Linix
|
||
|
```
|
||
|
|
||
|
```
|
||
|
export PG_CONFIG=/path/to/pg_config
|
||
|
export PGPRO_PARANOIA_MODE=ON/OFF
|
||
|
python -m unittest [-v] tests
|
||
|
```
|