summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNguyen Thanh Cong <ntcong1705@gmail.com>2020-10-02 10:09:10 +0700
committerNguyen Thanh Cong <ntcong1705@gmail.com>2020-10-02 16:50:45 +0700
commit2a87b1c568b51082531e2db3fad999e14d1a68df (patch)
tree125570ac7d880c5ba1275ce884c4aa36a8f1c149 /doc
parentaf83edd1c44d0991344a5f6b6746d039c1515554 (diff)
downloadtrove-2a87b1c568b51082531e2db3fad999e14d1a68df.tar.gz
Warning user running command trove-manage db_recreate
Warning because when running command it will drop database and loss all data with no optional or confirm. Change-Id: Id81523e844213c806e0f4965deea9bb43b0b5a5e
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 c9f50284..d5172fbc 100644
--- a/doc/source/cli/trove-manage.rst
+++ b/doc/source/cli/trove-manage.rst
@@ -286,6 +286,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