We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7569a commit d854c7dCopy full SHA for d854c7d
doc/src/sgml/config.sgml
@@ -1696,6 +1696,15 @@ include 'filename'
1696
turning off <varname>fsync</varname>.
1697
</para>
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
+
1708
<para>
1709
In many situations, turning off <xref linkend="guc-synchronous-commit">
1710
for noncritical transactions can provide much of the potential
0 commit comments