Skip to content

Commit c831b99

Browse files
author
Arthur Zakirov
committed
Add links to postgrespro.com documentation
1 parent 29ff400 commit c831b99

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ The extension is compatible with:
1010
or
1111
* Postgres Pro Enterprise;
1212

13-
The extension has its own [Wiki](https://github.com/postgrespro/pg_probackup/wiki).
14-
1513
As compared to other backup solutions, `pg_probackup` offers the following benefits that can help you implement different backup strategies and deal with large amounts of data:
1614
* Choosing between full and page-level incremental backups to speed up backup and recovery
1715
* Implementing a single backup strategy for multi-server PostgreSQL clusters
@@ -51,7 +49,19 @@ To compile `pg_probackup`, you must have a PostgreSQL installation and raw sourc
5149
make USE_PGXS=1 PG_CONFIG=<path_to_pg_config> top_srcdir=<path_to_PostgreSQL_source_tree>
5250
```
5351

54-
Once you have `pg_probackup` installed, complete [the setup](https://github.com/postgrespro/pg_probackup/wiki).
52+
Once you have `pg_probackup` installed, complete [the setup](https://postgrespro.com/docs/postgresproee/current/app-pgprobackup.html#pg-probackup-install-and-setup).
53+
54+
## Documentation
55+
56+
Currently the latest documentation can be found at [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgresproee/current/app-pgprobackup).
57+
58+
## Licence
59+
60+
This module available under the same license as [PostgreSQL](https://www.postgresql.org/about/licence/).
61+
62+
## Feedback
63+
64+
Do not hesitate to post your issues, questions and new ideas at the [issues](https://github.com/postgrespro/pg_probackup/issues) page.
5565

5666
## Authors
5767

0 commit comments

Comments
 (0)