Improve documentation around the upgrading of persistence files.

Thanks to jsaak.

Closes #1276.
pull/1304/head
Roger A. Light 6 years ago
parent 3f8f4fc2c8
commit 46d5aa9682

@ -14,6 +14,8 @@ Broker:
client reconnects after a clean disconnect. Closes #1273.
- Fix Will message for a persistent client not being sent on disconnect.
Closes #1273.
- Improve documentation around the upgrading of persistence files. Closes
#1276.
Client library:
- Fix typo causing build error on Windows when building without TLS support.

@ -686,6 +686,13 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
signal. If <replaceable>false</replaceable>, the data
will be stored in memory only. Defaults to
<replaceable>false</replaceable>.</para>
<para>The persistence file may change its format in a new
version. The broker can currently read all old formats,
but will only save in the latest format. It should always
be safe to upgrade, but cautious users may wish to take a
copy of the persistence file before installing a new
version so that they can roll back to an earlier version
if necessary.</para>
<para>Reloaded on reload signal.</para>
</listitem>
</varlistentry>

Loading…
Cancel
Save