File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed <
8000
svg aria-hidden="true" focusable="false" class="octicon octicon-gear" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom"> Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1696,6 +1696,15 @@ include 'filename'
1696
1696
turning off <varname>fsync</varname>.
1697
1697
</para>
1698
1698
1699
+ <para>
1700
+ For reliable recovery when changing a cluster from
1701
+ <varname>fsync</varname> off to on, it is necessary to force all
1702
+ modified buffers in the kernel to durable storage. This can be
1703
+ done while the cluster is shutdown or while fsync is on by running
1704
+ <command>initdb --sync-only</command>, running <command>sync</>,
1705
+ unmounting the file system, or rebooting the server.
1706
+ </para>
1707
+
1699
1708
<para>
1700
1709
In many situations, turning off <xref linkend="guc-synchronous-commit">
1701
1710
for noncritical transactions can provide much of the potential
You can’t perform that action at this time.
0 commit comments