mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +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
|
|
```
|