summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-21 21:24:50 +0000
committerGerrit Code Review <review@openstack.org>2020-10-21 21:24:50 +0000
commit347c2c2ee976ec68780ec025323b94bfccec526d (patch)
tree89f723f9d013a2779eb9e9e3b7227222d83c92b0 /doc
parent6a12e596012232d5d25c027cf4ef5335c00def83 (diff)
parent2a87b1c568b51082531e2db3fad999e14d1a68df (diff)
downloadtrove-347c2c2ee976ec68780ec025323b94bfccec526d.tar.gz
Merge "Warning user running command trove-manage db_recreate"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/trove-manage.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/cli/trove-manage.rst b/doc/source/cli/trove-manage.rst
index 568c56fb..ef2bb8a7 100644
--- a/doc/source/cli/trove-manage.rst
+++ b/doc/source/cli/trove-manage.rst
@@ -293,6 +293,10 @@ into the database.
trove-manage db_recreate
~~~~~~~~~~~~~~~~~~~~~~~~
+.. caution::
+
+ Running this command will drop the database and recreate it. It means all
+ data in the database will be lost. Becareful when running this command.
.. code-block:: console