Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
$ cd app
$ ./Console/cake databaseupgradeVersion
[...]
Current version: 0.9.4
Target version: 1.0.0
[...]
Database schema update successful
Info
titleUpgrading Multiple Versions

It is not always possible to upgrade multiple versions in one step. For example, if you are currently running 0.9.3 you cannot directly upgrade to 1.0.0. If you try, you will see the error message

Cannot automatically upgrade past version 0.9.4. Please upgrade to that version first.

You must download and upgrade successfully to version 0.9.4, and then you may download and upgrade from 0.9.4 to 1.0.0.

Info
titleUpdating May Throw Error

When upgrading the database schema, you may see "Possibly failed to update database schema" instead. In all likelihood, the database schema successfully updated. (CO-165)

...