Skip to content
Mark Sch edited this page May 11, 2019 · 6 revisions

Welcome to the upgrade wiki!

Tips for 2.x, 3.x, 4.x see Tips.

Important notes

Be explicit about namespace

Use --namespace=App if you want to exclude all plugins inside an app for upgrading only the main app.

Then use bin/cake upgrade ... /path/to/app/plugins/PluginName --namespace=PluginName to upgrade each of the app's plugins one by one.

Clone this wiki locally