Error upgrade from current version EspoCRM-upgrade-10.0.0
Collapse
X
-
The error message tells what is the problem. The upgrade via the UI is disabled by default (for security reasons). You can enable it in the config with the parameter 'adminUpgrade'.
-
That is not a bug you need to enable this config in your config file see below
Config parameters enabling upgrade and extension upload via admin UI · Issue #3676 · espocrm/espocrmConfig parameters: adminUpgrade adminExtensionUpload For security, it's reasonable to keep both parameters false on production. Before, there was adminUpgradeDisabled parameter that disabled both u...Comment

Comment