2017-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Backing Up and Restoring the Database' section to the
	Operations Guide.
This commit is contained in:
Fred Gleason 2017-12-13 14:52:03 -05:00
parent b891dcd9af
commit 0e5548f2e3
2 changed files with 24 additions and 1 deletions

View File

@ -16477,3 +16477,6 @@
* Added a 'Managing System Settings' section to the Operations Guide.
* Added a 'Managing Scheduler Codes' section to the Operations Guide.
* Added a 'Managing Replicators' section to the Operations Guide.
2017-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Backing Up and Restoring the Database' section to the
Operations Guide.

View File

@ -2407,5 +2407,25 @@
to be replicated should be taken.
</para>
</sect1>
<sect1 xml:id="sect.rdadmin.backing_up_and_restoring_the_database">
<title>Backing Up and Restoring the Database</title>
<para>
To make a backup copy of the database, touch the
<computeroutput>Backup Database</computeroutput> button. You will
be prompted with a dialog to allow you to choose a location to save
the resulting backup.
</para>
<para>
To restore a previous backup, touch the
<computeroutput>Restore Database</computeroutput> button. You will
be prompted with a dialog to allow you to choose a location whence
to load the back file.
</para>
<warning>
<para>
Restoring a previous database will COMPLETELY OVERWRITE whatever
database is currently loaded!
</para>
</warning>
</sect1>
</chapter>