From c2bb883c0a9ab87154d57d1d82ebb6d634fd662c Mon Sep 17 00:00:00 2001 From: Aliasgar Ginwala Date: Fri, 23 Aug 2019 15:36:26 -0700 Subject: [PATCH] ovsdb.7.rst: some corrections in ovsdb-client usage. 1. Correct typo where it should be ovsdb-client backup vs ovsdb-tool backup. 2. Update for which case will ovsdb-client not work. Acked-by: Han Zhou Signed-off-by: Aliasgar Ginwala Signed-off-by: Ben Pfaff --- Documentation/ref/ovsdb.7.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/ref/ovsdb.7.rst b/Documentation/ref/ovsdb.7.rst index c43fe1709..cd1c63d64 100644 --- a/Documentation/ref/ovsdb.7.rst +++ b/Documentation/ref/ovsdb.7.rst @@ -509,8 +509,10 @@ Changing Database Service Model ------------------------------- Use ``ovsdb-tool create-cluster`` to create a clustered database from the -contents of a standalone database. Use ``ovsdb-tool backup`` to create a -standalone database from the contents of a clustered database. +contents of a standalone database. Use ``ovsdb-client backup`` to create a +standalone database from the contents of a running clustered database. +When the cluster is down and cannot be revived, ``ovsdb-client backup`` will +not work. Upgrading or Downgrading a Database -----------------------------------