On Fri, Aug 23, 2019 at 3:36 PM <[email protected]> wrote: > > From: Aliasgar Ginwala <[email protected]> > > 1. Correct typo where it should be ovsdb-client backup vs ovsdb-tool backup. > 2. Update for which case will ovsdb-client not work. > > Signed-off-by: Aliasgar Ginwala <[email protected]> > --- > 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 > ----------------------------------- > -- > 2.20.1 (Apple Git-117) > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Acked-by: Han Zhou <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
