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

Appearance settings

Commit 721d5d2

Browse filesBrowse files
committed
Up version to 2.5.15
1 parent f361dda commit 721d5d2
Copy full SHA for 721d5d2

File tree

2 files changed

+11
-11
lines changed
Filter options

2 files changed

+11
-11
lines changed

‎doc/pgprobackup.xml

Copy file name to clipboardExpand all lines: doc/pgprobackup.xml
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ backup_user@backup_host:~$ pg_probackup backup \
558558
--remote-user=postgres \
559559
-U backup \
560560
-d backupdb
561-
INFO: Backup start, pg_probackup version: 2.5.14, instance: node, backup ID: SCUN1Q, backup mode: FULL, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
561+
INFO: Backup start, pg_probackup version: 2.5.15, instance: node, backup ID: SCUN1Q, backup mode: FULL, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
562562
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
563563
INFO: Database backup start
564564
INFO: wait for pg_backup_start()
@@ -604,7 +604,7 @@ backup_user@backup_host:~$ pg_probackup backup \
604604
--remote-user=postgres \
605605
-U backup \
606606
-d backupdb
607-
INFO: Backup start, pg_probackup version: 2.5.14, instance: node, backup ID: SCUN22, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
607+
INFO: Backup start, pg_probackup version: 2.5.15, instance: node, backup ID: SCUN22, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
608608
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
609609
INFO: Database backup start
610610
INFO: wait for pg_backup_start()
@@ -692,7 +692,7 @@ backup_user@backup_host:~$ pg_probackup backup \
692692
--instance=node \
693693
--stream \
694694
--compress-algorithm=zlib
695-
INFO: Backup start, pg_probackup version: 2.5.14, instance: node, backup ID: SCUN2C, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
695+
INFO: Backup start, pg_probackup version: 2.5.15, instance: node, backup ID: SCUN2C, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
696696
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
697697
INFO: Database backup start
698698
INFO: wait for pg_backup_start()
@@ -2989,7 +2989,7 @@ from-replica = false
29892989
block-size = 8192
29902990
xlog-block-size = 8192
29912991
checksum-version = 1
2992-
program-version = 2.5.14
2992+
program-version = 2.5.15
29932993
server-version = 16
29942994

29952995
#Result backup info
@@ -3135,7 +3135,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> --instance=<replaceab
31353135
"block-size": 8192,
31363136
"xlog-block-size": 8192,
31373137
"checksum-version": 1,
3138-
"program-version": "2.5.14",
3138+
"program-version": "2.5.15",
31393139
"server-version": "16",
31403140
"current-tli": 16,
31413141
"parent-tli": 2,
@@ -3294,7 +3294,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
32943294
"block-size": 8192,
32953295
"xlog-block-size": 8192,
32963296
"checksum-version": 1,
3297-
"program-version": "2.5.14",
3297+
"program-version": "2.5.15",
32983298
"server-version": "16",
32993299
"current-tli": 1,
33003300
"parent-tli": 0,
@@ -3323,7 +3323,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
33233323
"block-size": 8192,
33243324
"xlog-block-size": 8192,
33253325
"checksum-version": 1,
3326-
"program-version": "2.5.14",
3326+
"program-version": "2.5.15",
33273327
"server-version": "16",
33283328
"current-tli": 1,
33293329
"parent-tli": 1,
@@ -3352,7 +3352,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
33523352
"block-size": 8192,
33533353
"xlog-block-size": 8192,
33543354
"checksum-version": 1,
3355-
"program-version": "2.5.14",
3355+
"program-version": "2.5.15",
33563356
"server-version": "16",
33573357
"current-tli": 1,
33583358
"parent-tli": 1,
@@ -3381,7 +3381,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
33813381
"block-size": 8192,
33823382
"xlog-block-size": 8192,
33833383
"checksum-version": 1,
3384-
"program-version": "2.5.14",
3384+
"program-version": "2.5.15",
33853385
"server-version": "16",
33863386
"current-tli": 1,
33873387
"parent-tli": 1,
@@ -3409,7 +3409,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
34093409
"block-size": 8192,
34103410
"xlog-block-size": 8192,
34113411
"checksum-version": 1,
3412-
"program-version": "2.5.14",
3412+
"program-version": "2.5.15",
34133413
"server-version": "16",
34143414
"current-tli": 1,
34153415
"parent-tli": 0,

‎src/pg_probackup.h

Copy file name to clipboardExpand all lines: src/pg_probackup.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ typedef enum ShowFormat
356356
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
357357
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
358358
#define BLOCKNUM_INVALID (-1)
359-
#define PROGRAM_VERSION "2.5.14"
359+
#define PROGRAM_VERSION "2.5.15"
360360

361361
/* update when remote agent API or behaviour changes */
362362
#define AGENT_PROTOCOL_VERSION 20509

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.