From 56778d2697441d739ef26cc0ec4673255e338c09 Mon Sep 17 00:00:00 2001 From: fprzewozn Date: Fri, 5 May 2023 14:14:30 +0200 Subject: [PATCH] Changed /tmp/migrate-db.rc to /root/migrate-db.rc Change-Id: Ibdb411b3d3cfea48d4847887f19c2ae00a3231c8 Closes-Bug: #2018592 --- doc/source/admin/upgrade-to-stein.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/upgrade-to-stein.rst b/doc/source/admin/upgrade-to-stein.rst index 944229303..75bc1c4dc 100644 --- a/doc/source/admin/upgrade-to-stein.rst +++ b/doc/source/admin/upgrade-to-stein.rst @@ -134,7 +134,7 @@ Initial Steps .. code-block:: console - $ mysql-migrate-db.sh --mkconfig /tmp/migrate-db.rc + $ mysql-migrate-db.sh --mkconfig /root/migrate-db.rc * Edit the file to set the values for the ``NOVA_API_USER``, ``NOVA_API_PASS``, ``PLACEMENT_USER``, and ``PLACEMENT_PASS`` entries. @@ -160,7 +160,7 @@ Migrate the Data .. code-block:: console - $ mysql-migrate-db.sh --migrate /tmp/migrate-db.rc + $ mysql-migrate-db.sh --migrate /root/migrate-db.rc The ``--skip-locks`` flag can be used along with ``--migrate`` in deployments where table locking operations can't be performed. For example, @@ -220,4 +220,4 @@ Finalize the Upgrade .. _release notes: https://docs.openstack.org/releasenotes/placement/stein.html .. _osc-placement: https://docs.openstack.org/osc-placement/latest/ .. _bug 2005478: https://storyboard.openstack.org/#!/story/2005478 -.. _bug 1978549: https://bugs.launchpad.net/nova/+bug/1978549 \ No newline at end of file +.. _bug 1978549: https://bugs.launchpad.net/nova/+bug/1978549