Upgrade Information
The following steps are necessary when updating to newer versions.
Upgrade to 2025.4.6
- [Frontend build] The compiled frontend now ships as a single archive (
build-dist/build-<id>.zip) instead of a committedpublic/build/directory, and is extracted intopublic/build/automatically during cache warmup.
Note: Read-only filesystem deployments must run
bin/console cache:warmup(orcache:clear) during the build/deploy phase whilevendor/is still writable — standard Pimcore deployments already do this. Whenassets:installruns in copy mode, runcache:warmupbefore it.