You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ The extension is compatible with:
10
10
or
11
11
* Postgres Pro Enterprise;
12
12
13
-
The extension has its own [Wiki](https://github.com/postgrespro/pg_probackup/wiki).
14
-
15
13
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:
16
14
* Choosing between full and page-level incremental backups to speed up backup and recovery
17
15
* 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
51
49
make USE_PGXS=1 PG_CONFIG=<path_to_pg_config> top_srcdir=<path_to_PostgreSQL_source_tree>
52
50
```
53
51
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.
0 commit comments