Merge "docs: Note use of 'nova-manage db sync --config-file'"

This commit is contained in:
Zuul 2019-09-27 09:18:56 +00:00 committed by Gerrit Code Review
commit 16b85a7ade

View File

@ -70,8 +70,11 @@ same time.
including all the python dependencies. including all the python dependencies.
* Using the newly installed nova code, run the DB sync. First run * Using the newly installed nova code, run the DB sync. First run
``nova-manage api_db sync``, then ``nova-manage db sync``. In a multi-cell ``nova-manage api_db sync``, then ``nova-manage db sync``. ``nova-manage
environment, ``nova-manage db sync`` must currently be run in each cell. db sync`` should be run for all cell databases, including ``cell0``. If
necessary, the ``--config-file`` argument can be used to point to the
correct ``nova.conf`` file for the given cell.
These schema change operations should have minimal or no effect on These schema change operations should have minimal or no effect on
performance, and should not cause any operations to fail. performance, and should not cause any operations to fail.