Skip to content

Upgrade Guide (v2.1)

PlanetCloud edited this page Jul 13, 2023 · 1 revision

Project LOGGED v2.1.x

Upgrading from LOGGED v2.0.x

To upgrade from LOGGED v2.0.x to v2.1.x, you will need to adjust your system config to include the key 'system.features.signup.use_own_domain' as there's a possibility that the custom domain feature would no longer work with MOFH.

The features should look something like this:

'features' => [
    ...
    'signup' => [
        'use_own_domain' => false,
    ]
],

If you find it hard to add the above-mentioned line, you can just get the new system config file and copy-paste most of it in. No other modifications are needed and you will need to flush the config cache by deleting the config.json file under /app/cache.