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

Merge ce#667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Ogurezzz merged 2 commits intomasterfrommerge-ce
Nov 27, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletionsdoc/pgprobackup.xml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -558,7 +558,7 @@ backup_user@backup_host:~$ pg_probackup-16 backup \
--remote-user=postgres \
-U backup \
-d backupdb
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
INFO: Backup start, pg_probackup version: 2.5.16, instance: node, backup ID: SCUN1Q, backup mode: FULL, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
INFO: Database backup start
INFO: wait for pg_backup_start()
Expand DownExpand Up@@ -604,7 +604,7 @@ backup_user@backup_host:~$ pg_probackup-16 backup \
--remote-user=postgres \
-U backup \
-d backupdb
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
INFO: Backup start, pg_probackup version: 2.5.16, instance: node, backup ID: SCUN22, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
INFO: Database backup start
INFO: wait for pg_backup_start()
Expand DownExpand Up@@ -692,7 +692,7 @@ backup_user@backup_host:~$ pg_probackup-16 backup \
--instance=node \
--stream \
--compress-algorithm=zlib
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
INFO: Backup start, pg_probackup version: 2.5.16, instance: node, backup ID: SCUN2C, backup mode: DELTA, wal mode: STREAM, remote: true, compress-algorithm: zlib, compress-level: 1
INFO: This PostgreSQL instance was initialized with data block checksums. Data block corruption will be detected
INFO: Database backup start
INFO: wait for pg_backup_start()
Expand DownExpand Up@@ -2989,7 +2989,7 @@ from-replica = false
block-size = 8192
xlog-block-size = 8192
checksum-version = 1
program-version = 2.5.15
program-version = 2.5.16
server-version = 16

#Result backup info
Expand DownExpand Up@@ -3135,7 +3135,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> --instance=<replaceab
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 16,
"parent-tli": 2,
Expand DownExpand Up@@ -3294,7 +3294,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 1,
"parent-tli": 0,
Expand DownExpand Up@@ -3323,7 +3323,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 1,
"parent-tli": 1,
Expand DownExpand Up@@ -3352,7 +3352,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 1,
"parent-tli": 1,
Expand DownExpand Up@@ -3381,7 +3381,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 1,
"parent-tli": 1,
Expand DownExpand Up@@ -3409,7 +3409,7 @@ pg_probackup show -B <replaceable>backup_dir</replaceable> [--instance=<replacea
"block-size": 8192,
"xlog-block-size": 8192,
"checksum-version": 1,
"program-version": "2.5.15",
"program-version": "2.5.16",
"server-version": "16",
"current-tli": 1,
"parent-tli": 0,
Expand Down
2 changes: 1 addition & 1 deletionsrc/pg_probackup.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -356,7 +356,7 @@ typedef enum ShowFormat
#define BYTES_INVALID(-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
#define FILE_NOT_FOUND(-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID(-1)
#define PROGRAM_VERSION"2.5.15"
#define PROGRAM_VERSION"2.5.16"

/* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20509
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp