Merge "Add New in Pike note to using db_sync check" into stable/pike

This commit is contained in:
Zuul 2018-02-14 19:14:20 +00:00 committed by Gerrit Code Review
commit 9a07429640
1 changed files with 5 additions and 4 deletions

View File

@ -239,10 +239,11 @@ authenticate requests normally.
Using db_sync check
~~~~~~~~~~~~~~~~~~~
In order to check the current state of your rolling upgrades, you may run the
command ``keystone-manage db_sync --check``. This will inform you of any
outstanding actions you have left to take as well as any possible upgrades you
can make from your current version. Here are a list of possible return codes.
(*New in Pike*) In order to check the current state of your rolling upgrades,
you may run the command ``keystone-manage db_sync --check``. This will inform
you of any outstanding actions you have left to take as well as any possible
upgrades you can make from your current version. Here are a list of possible
return codes.
* A return code of ``0`` means you are currently up to date with the latest
migration script version and all ``db_sync`` commands are complete.