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
1 changed files with 5 additions and 2 deletions

View File

@ -70,8 +70,11 @@ same time.
including all the python dependencies.
* 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
environment, ``nova-manage db sync`` must currently be run in each cell.
``nova-manage api_db sync``, then ``nova-manage db sync``. ``nova-manage
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
performance, and should not cause any operations to fail.