1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00

README: add link to Windows installers

This commit is contained in:
Grigory Smolkin 2019-05-17 18:07:15 +03:00
parent c88cf22c13
commit 83773d260e

View File

@ -73,6 +73,9 @@ yum install pg_probackup-{11,10,9.6,9.5}
yumdownloader --source pg_probackup-{11,10,9.6,9.5}
```
### Windows Installation
[Installers download link](https://oc.postgrespro.ru/index.php/s/CGsjXlc5NmhRI0L)
Once you have `pg_probackup` installed, complete [the setup](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup.html#pg-probackup-install-and-setup).
## Building from source
@ -96,6 +99,10 @@ SET PATH=%PATH%;C:\msys64\usr\bin
gen_probackup_project.pl C:\path_to_postgresql_source_tree
```
## Current release
[2.1.1](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.1)
## Documentation
Currently the latest documentation can be found at [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).