Upgrade Information
Following steps are necessary during updating to newer versions.
Upgrade to 2026.1.0
- The bundle installer now implements
PostInstallCommandsProviderInterfacefrom Pimcore's InstallBundle. This means the post-install commandbpt:aet:rebuild-tree -ais automatically executed duringpimcore:installwhen using Install Profiles. Manual execution of this command afterpimcore:bundle:installis still required as before. - The messenger transport DSN is now configurable via the
%pimcore.messenger.transport_dsn_prefix%container parameter instead of being hardcoded todoctrine://default. This allows the installer to wire the transport DSN from environment variables (e.g.PIMCORE_MESSENGER_TRANSPORT_DSN_PREFIX). - Added support to
PHP8.5. - Removed support to
PHP8.3and Symfonyv6.