Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Предупреждение

If you have never used the Ubersmith installation / upgrade utility before, configuration is necessary. Without running the configuration step, the upgrade utility will fail.

When upgrading from versions prior to Ubersmith 4.3.0, a change is being made to the naming convention for the database host. Please contact support at ubersmith.com to ensure your license record is updated.

As root, run configure.sh to configure the location of your existing Ubersmith installation, as well as your Ubersmith URL/address, and an email address associated with the Ubersmith administrator. Follow the steps to configure your environment:

...

Предупреждение

If upgrading from a version of Ubersmith prior to 4.2.0, make sure to add volume entries in docker-compose.override.yml to include mount points for the appropriate time zone files in each service (web, mail, php, etc.). For example:

  php:

    volumes:

      - "/etc/localtime:/etc/localtime"

Failing to make this update will cause those containers not updated to default to using UTC as a timezone.

Предупреждение

When upgrading from versions prior to Ubersmith 4.3.0, a change is being made to the naming convention for the database host. Prior versions had the database host defined as ubersmith_db_1, newer versions define it as simply db. Please contact support at ubersmith.com to ensure your license record is updated if you encounter issues post-upgrade.

 

To upgrade Ubersmith, run the ./upgrade_ubersmith.sh script. The upgrade process will complete automatically.

...