Versions Compared

Key

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

...

No Format
$ cd app
$ su -c "./Console/cake upgradeVersion" ${APACHE_USER}
[...]
Current version: 0.9.4
Target version: 1.0.0
[...]
Database schema update successful
Note

If you see an error like the following when upgrading, it may indicate the caches were not properly cleared:

No Format
Migrating address configurations
Error: SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near "_ug094"
LINE 1: _ug094

Try clearing the caches again (manually emptying the registry/cache directory if necessary), then try running upgradeVersion again.

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)

...