Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Relates to #7089] Delete existing table on restore #86

Merged
merged 2 commits into from
Mar 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions intermediate/backup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ The ``restore`` command has a number of arguments, modifying its execution:

#. ``--skip-read-only``: the restore procedure will be conducted without setting `Read Only` mode during execution.

#. ``--soft-reset``: the restore procedure will preserve geoserver table / resources during the restore. By default the procedure will drop tables and resources

In order to perform a default backup restoration just run the command:

.. code-block:: shell
Expand Down