Version:
Edit on GitHub
Updating Pimcore
Upgrading within Version 6
- Carefully read our Upgrade Notes before any update.
- Check your version constraint for
pimcore/pimcore
in yourcomposer.json
and adapt it if necessary to match with the desired target version. - Run
COMPOSER_MEMORY_LIMIT=-1 composer update
Composer update runs Pimcore migrations automatically.
If you do not want to run Pimcore migrations automatically please remove "Pimcore\\Composer::executeMigrationsUp"
from the post-update-cmd
scripts in your composer.json
.
To run core migrations manually (e.g. when using composer install),
use: bin/console pimcore:migrations:migrate -s pimcore_core -n