pgadmin4/docs/en_US/add_restore_point_dialog.rst

25 lines
1.0 KiB
ReStructuredText
Raw Normal View History

2016-06-08 04:23:12 -05:00
.. _add_restore_point_dialog:
2018-06-15 03:14:12 -05:00
***************************************
`Add Named Restore Point Dialog`:index:
2018-06-15 03:14:12 -05:00
***************************************
2016-06-08 04:23:12 -05:00
Use the *Add named restore point* dialog to take a named snapshot of the state
of the server for use in a recovery file. To create a named restore point, the
server's postgresql.conf file must specify a *wal_level* value of *archive*,
*hot_standby*, or *logical*. You must be a database superuser to create a
restore point.
2016-06-08 04:23:12 -05:00
.. image:: images/add_restore_point.png
:alt: Restore point dialog
:align: center
2016-06-08 04:23:12 -05:00
When the *Restore point name* window launches, use the field *Enter the name of
the restore point to add* to provide a descriptive name for the restore point.
2016-06-08 04:23:12 -05:00
For more information about using a restore point as a recovery target, please
see the
`PostgreSQL documentation <https://www.postgresql.org/docs/current/recovery-target-settings.html#RECOVERY-TARGET-NAME>`_.
2016-06-08 04:23:12 -05:00
* Click the *OK* button to save the restore point.
2016-06-21 03:06:44 -05:00
* Click the *Cancel* button to exit without saving work.