Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05d8ecc

Browse files
committed
Merge branch 'master' into issue_83
2 parents 49163b3 + 028029e commit 05d8ecc

40 files changed

+2835
-1153
lines changed

Documentation.md

+838-473
Large diffs are not rendered by default.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4545
* Remote mode is in beta stage.
4646
* Incremental chain can span only within one timeline. So if you have backup incremental chain taken from replica and it gets promoted, you would be forced to take another FULL backup.
4747

48+
## Current release
49+
50+
[2.1.4](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.4)
51+
4852
## Installation and Setup
4953
### Windows Installation
5054
[Installers download link](https://oc.postgrespro.ru/index.php/s/CGsjXlc5NmhRI0L)
@@ -81,7 +85,7 @@ yum install pg_probackup-{11,10,9.6,9.5}-debuginfo
8185
yumdownloader --source pg_probackup-{11,10,9.6,9.5}
8286
```
8387

84-
Once you have `pg_probackup` installed, complete [the setup](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup.html#pg-probackup-install-and-setup).
88+
Once you have `pg_probackup` installed, complete [the setup](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md#installation-and-setup).
8589

8690
## Building from source
8791
### Linux
@@ -104,13 +108,9 @@ SET PATH=%PATH%;C:\msys64\usr\bin
104108
gen_probackup_project.pl C:\path_to_postgresql_source_tree
105109
```
106110

107-
## Current release
108-
109-
[2.1.3](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3)
110-
111111
## Documentation
112112

113-
Currently the latest documentation can be found at [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).
113+
Currently the latest documentation can be found at [github](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md) and [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).
114114

115115
## Licence
116116

0 commit comments

Comments
 (0)