Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
69.1. Backup Manifest Top-level Object
Prev UpChapter 69. Backup Manifest FormatHome Next

69.1. Backup Manifest Top-level Object#

The backup manifest JSON document contains the following keys.

PostgreSQL-Backup-Manifest-Version

The associated value is an integer. Beginning inPostgreSQL17, it is2; in older versions, it is1.

System-Identifier

The database system identifier of thePostgreSQL instance where the backup was taken. This field is present only whenPostgreSQL-Backup-Manifest-Version is2.

Files

The associated value is always a list of objects, each describing one file that is present in the backup. No entries are present in this list for the WAL files that are needed in order to use the backup, or for the backup manifest itself. The structure of each object in the list is described inSection 69.2.

WAL-Ranges

The associated value is always a list of objects, each describing a range of WAL records that must be readable from a particular timeline in order to make use of the backup. The structure of these objects is further described inSection 69.3.

Manifest-Checksum

This key is always present on the last line of the backup manifest file. The associated value is a SHA256 checksum of all the preceding lines. We use a fixed checksum method here to make it possible for clients to do incremental parsing of the manifest. While a SHA256 checksum is significantly more expensive than a CRC32C checksum, the manifest should normally be small enough that the extra computation won't matter very much.


Prev Up Next
Chapter 69. Backup Manifest Format Home 69.2. Backup Manifest File Object
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp