Skip to content

Commit

Permalink
Added deprecated note to the recover command in the user guide.
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <dj.walker-morgan@enterprisedb.com>
  • Loading branch information
djw-m committed Dec 20, 2024
1 parent ebffcd3 commit e3038b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user_guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ quickly navigate to it.
.. include:: commands/barman/lock_directory_cleanup.inc.rst
.. include:: commands/barman/put_wal.inc.rst
.. include:: commands/barman/rebuild_xlogdb.inc.rst
.. include:: commands/barman/recover.inc.rst
.. include:: commands/barman/receive_wal.inc.rst
.. include:: commands/barman/restore.inc.rst
.. include:: commands/barman/replication_status.inc.rst
Expand Down
24 changes: 24 additions & 0 deletions docs/user_guide/commands/barman/recover.inc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. _commands-barman-recover:

``barman recover``
""""""""""""""""""

Synopsis
^^^^^^^^

This command is deprecated. Use the :ref:`commands-barman-restore` command instead.

Description
^^^^^^^^^^^

Execute a PostreSQL server restore operation. See the :ref:`commands-barman-restore` command for details.

Parameters
^^^^^^^^^^

See the :ref:`commands-barman-restore` command for details.

.. note::

This command is deprecated. Use the :ref:`commands-barman-restore` command instead.

0 comments on commit e3038b3

Please sign in to comment.