You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-01 22:30:09 +02:00
Add note about required NFS settings being the same as PostgreSQL.
This commit is contained in:
@@ -695,7 +695,7 @@
|
||||
<li><id>gcs</id> - Google Cloud Storage</li>
|
||||
<li><id>posix</id> - Posix-compliant file systems</li>
|
||||
<li><id>s3</id> - AWS Simple Storage Service</li>
|
||||
</ul></text>
|
||||
</ul>When an <proper>NFS</proper> mount is used as a <id>posix</id> repository, the same rules apply to <backrest/> as described in the <postgres/> documentation: <link url="https://www.postgresql.org/docs/current/creating-cluster.html#CREATING-CLUSTER-FILESYSTEM">Creating a Database Cluster - File Systems</link>.</text>
|
||||
|
||||
<example>cifs</example>
|
||||
</config-key>
|
||||
|
||||
@@ -200,6 +200,15 @@
|
||||
|
||||
<p>Add <setting>compress-level</setting> defaults per <setting>compress-type</setting> value.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="cynthia.shang"/>
|
||||
<release-item-reviewer id="david.steele"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Add note about required <proper>NFS</proper> settings being the same as <postgres/>.</p>
|
||||
</release-item>
|
||||
</release-improvement-list>
|
||||
</release-doc-list>
|
||||
</release>
|
||||
|
||||
@@ -3457,7 +3457,7 @@ static const unsigned char helpDataPack[] =
|
||||
pckTypeStr << 4 | 0x08, 0x28, // Summary
|
||||
0x54, 0x79, 0x70, 0x65, 0x20, 0x6F, 0x66, 0x20, 0x73, 0x74, 0x6F, 0x72, 0x61, 0x67, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64,
|
||||
0x20, 0x66, 0x6F, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x70, 0x6F, 0x73, 0x69, 0x74, 0x6F, 0x72, 0x79, 0x2E,
|
||||
pckTypeStr << 4 | 0x08, 0xF6, 0x01, // Description
|
||||
pckTypeStr << 4 | 0x08, 0x9C, 0x03, // Description
|
||||
0x54, 0x68, 0x65, 0x20, 0x66, 0x6F, 0x6C, 0x6C, 0x6F, 0x77, 0x69, 0x6E, 0x67, 0x20, 0x72, 0x65, 0x70, 0x6F, 0x73, 0x69,
|
||||
0x74, 0x6F, 0x72, 0x79, 0x20, 0x74, 0x79, 0x70, 0x65, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x73, 0x75, 0x70, 0x70, 0x6F,
|
||||
0x72, 0x74, 0x65, 0x64, 0x3A, 0x0A, 0x0A,
|
||||
@@ -3472,7 +3472,16 @@ static const unsigned char helpDataPack[] =
|
||||
0x2A, 0x20, 0x70, 0x6F, 0x73, 0x69, 0x78, 0x20, 0x2D, 0x20, 0x50, 0x6F, 0x73, 0x69, 0x78, 0x2D, 0x63, 0x6F, 0x6D, 0x70,
|
||||
0x6C, 0x69, 0x61, 0x6E, 0x74, 0x20, 0x66, 0x69, 0x6C, 0x65, 0x20, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x73, 0x0A,
|
||||
0x2A, 0x20, 0x73, 0x33, 0x20, 0x2D, 0x20, 0x41, 0x57, 0x53, 0x20, 0x53, 0x69, 0x6D, 0x70, 0x6C, 0x65, 0x20, 0x53, 0x74,
|
||||
0x6F, 0x72, 0x61, 0x67, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
||||
0x6F, 0x72, 0x61, 0x67, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x0A, 0x0A,
|
||||
0x4F, 0x6E, 0x20, 0x61, 0x20, 0x70, 0x6F, 0x73, 0x69, 0x78, 0x20, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x2C, 0x20, 0x74,
|
||||
0x6F, 0x20, 0x75, 0x73, 0x65, 0x20, 0x61, 0x6E, 0x20, 0x4E, 0x46, 0x53, 0x20, 0x6D, 0x6F, 0x75, 0x6E, 0x74, 0x2C, 0x20,
|
||||
0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6D, 0x65, 0x20, 0x72, 0x75, 0x6C, 0x65, 0x73, 0x20, 0x61, 0x70, 0x70, 0x6C, 0x79,
|
||||
0x20, 0x74, 0x6F, 0x20, 0x70, 0x67, 0x42, 0x61, 0x63, 0x6B, 0x52, 0x65, 0x73, 0x74, 0x20, 0x61, 0x73, 0x20, 0x64, 0x65,
|
||||
0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x64, 0x20, 0x69, 0x6E, 0x20, 0x74, 0x68, 0x65, 0x20, 0x50, 0x6F, 0x73, 0x74, 0x67,
|
||||
0x72, 0x65, 0x53, 0x51, 0x4C, 0x20, 0x64, 0x6F, 0x63, 0x75, 0x6D, 0x65, 0x6E, 0x74, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x3A,
|
||||
0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6E, 0x67, 0x20, 0x61, 0x20, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65,
|
||||
0x20, 0x43, 0x6C, 0x75, 0x73, 0x74, 0x65, 0x72, 0x20, 0x2D, 0x20, 0x46, 0x69, 0x6C, 0x65, 0x20, 0x53, 0x79, 0x73, 0x74,
|
||||
0x65, 0x6D, 0x73, 0x2E,
|
||||
|
||||
// resume option
|
||||
// -------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user