From 2a87b1c568b51082531e2db3fad999e14d1a68df Mon Sep 17 00:00:00 2001 From: Nguyen Thanh Cong Date: Fri, 2 Oct 2020 10:09:10 +0700 Subject: [PATCH] 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 --- doc/source/cli/trove-manage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/cli/trove-manage.rst b/doc/source/cli/trove-manage.rst index c9f50284b8..d5172fbcd0 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