-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup-manifest-format.html
More file actions
29 lines (29 loc) · 6.35 KB
/
backup-manifest-format.html
File metadata and controls
29 lines (29 loc) · 6.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>第70章 バックアップマニフェスト書式</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="prev" href="planner-stats-security.html" title="69.3. プランナの統計情報とセキュリティ" /><link rel="next" href="backup-manifest-toplevel.html" title="70.1. バックアップマニフェストの最上位レベルオブジェクト" /><meta name="viewport" content="width=device-width,initial-scale=1.0" /></head><body id="docContent" class="container-fluid col-10"><div class="other_version"><a href="https://www.postgresql.jp/document/">バージョンごとのドキュメント一覧</a></div><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="4" align="center"><a accesskey="h" href="index.html">PostgreSQL 18.3文書</a></th></tr><tr><td width="10%" align="left"></td><td width="10%" align="left"></td><td width="60%" align="center"><a href="internals.html" title="パート VII. 内部情報">パート VII. 内部情報</a></td><td width="20%" align="right"><div class="actions"><a class="issue" title="github" href="https://github.com/pgsql-jp/jpug-doc/issues/new?template=bug_report.yml&what-happened=version 18.3 : backup-manifest-format.html">誤訳等の報告
</a></div></td></tr><tr><td width="10%" align="left"><a accesskey="p" href="planner-stats-security.html" title="69.3. プランナの統計情報とセキュリティ">前へ</a> </td><td width="10%" align="left"><a accesskey="u" href="internals.html" title="パート VII. 内部情報">上へ</a></td><td width="60%" align="center">第70章 バックアップマニフェスト書式</td><td width="20%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="70.1. バックアップマニフェストの最上位レベルオブジェクト">次へ</a></td></tr></table><hr /></div><div class="chapter" id="BACKUP-MANIFEST-FORMAT"><div class="titlepage"><div><div><h2 class="title">第70章 バックアップマニフェスト書式</h2></div></div></div><div class="toc"><p><strong>目次</strong></p><dl class="toc"><dt><span class="sect1"><a href="backup-manifest-toplevel.html">70.1. バックアップマニフェストの最上位レベルオブジェクト</a></span></dt><dt><span class="sect1"><a href="backup-manifest-files.html">70.2. バックアップマニフェストのファイルオブジェクト</a></span></dt><dt><span class="sect1"><a href="backup-manifest-wal-ranges.html">70.3. バックアップマニフェストのWAL範囲オブジェクト</a></span></dt></dl></div><span class="original">
<title>Backup Manifest Format</title>
</span><a id="id-1.10.22.2" class="indexterm"></a><a id="id-1.10.22.3" class="indexterm"></a><p>
<span class="original">
The backup manifest generated by <xref linkend="app-pgbasebackup" /> is
primarily intended to permit the backup to be verified using
<xref linkend="app-pgverifybackup" />. However, it is
also possible for other tools to read the backup manifest file and use
the information contained therein for their own purposes. To that end,
this chapter describes the format of the backup manifest file.
</span>
<a class="xref" href="app-pgbasebackup.html" title="pg_basebackup"><span class="refentrytitle"><span class="application">pg_basebackup</span></span></a>で生成されるバックアップマニフェストは<a class="xref" href="app-pgverifybackup.html" title="pg_verifybackup"><span class="refentrytitle"><span class="application">pg_verifybackup</span></span></a>を用いてバックアップを検証できるようにすることを主目的としています。
しかしながら、他のツールでバックアップマニフェストファイルを読んで中に含まれる情報を独自の目的に利用することも可能です。
そのために、本章ではバックアップマニフェストファイルの書式を説明します。
</p><p>
<span class="original">
A backup manifest is a JSON document encoded as UTF-8. (Although in
general JSON documents are required to be Unicode, PostgreSQL permits
the <type>json</type> and <type>jsonb</type> data types to be used with any
supported server encoding. There is no similar exception for backup
manifests.) The JSON document is always an object; the keys that are present
in this object are described in the next section.
</span>
バックアップマニフェストはUTF-8でエンコードされたJSONドキュメントです。
(一般にJSONドキュメントはユニコードであることを必要としますが、PostgreSQLは<code class="type">json</code>および<code class="type">jsonb</code>データ型にサポートされる全てのサーバエンコーディングを用いることを許しています。バックアップマニフェストに同様の例外はありません。)
このJSONドキュメントは常に単一オブジェクトです。オブジェクトにあるキーについて、次節で説明します。
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="planner-stats-security.html" title="69.3. プランナの統計情報とセキュリティ">前へ</a> </td><td width="20%" align="center"><a accesskey="u" href="internals.html" title="パート VII. 内部情報">上へ</a></td><td width="40%" align="right"> <a accesskey="n" href="backup-manifest-toplevel.html" title="70.1. バックアップマニフェストの最上位レベルオブジェクト">次へ</a></td></tr><tr><td width="40%" align="left" valign="top">69.3. プランナの統計情報とセキュリティ </td><td width="20%" align="center"><a accesskey="h" href="index.html" title="PostgreSQL 18.3文書">ホーム</a></td><td width="40%" align="right" valign="top"> 70.1. バックアップマニフェストの最上位レベルオブジェクト</td></tr></table></div></body></html>