Skip to content
Snippets Groups Projects
Commit b594e1bc authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add the missing documentation for mariadb recovery"

parents d345e6da 8710a776
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,27 @@ Further information on backing up and restoring the database is available in
the :kolla-ansible-doc:`Kolla Ansible documentation
<admin/mariadb-backup-and-restore.html>`.
Performing Database Recovery
============================
Recover a completely stopped MariaDB cluster using the underlying support in
Kolla Ansible.
To perform recovery run the following command:
.. code-block:: console
kayobe overcloud database recover
Or to perform recovery on specified host, run the following command:
.. code-block:: console
kayobe overcloud database recover --force-recovery-host <host>
By default the underlying kolla-ansible will automatically determine which
host to use, and this option should not be used.
Gathering Facts
===============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment