Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79f6733

Browse files
committed
Merge branch 'master' into issue_79
2 parentsae19a99 +c0d3ab5 commit79f6733

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3807
-890
lines changed

‎Documentation.md‎

Lines changed: 1331 additions & 0 deletions
Large diffs are not rendered by default.

‎README.md‎

Lines changed: 8 additions & 8 deletions
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,17 +108,13 @@ 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

115-
##Licence
115+
##License
116116

117-
This module available under the[license](LICENSE) similar to[PostgreSQL](https://www.postgresql.org/about/licence/).
117+
This module available under the[license](LICENSE) similar to[PostgreSQL](https://www.postgresql.org/about/license/).
118118

119119
##Feedback
120120

‎gen_probackup_project.pl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
our$currpath;
66

77
BEGIN {
8-
# path to thepg_pprobackup dir
8+
# path to thepg_probackup dir
99
$currpath = File::Basename::dirname(Cwd::abs_path($0));
1010
use Cwd;
1111
use File::Basename;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp