You must note the following information when updating to the version LTS 2018-1.
DRACOON Server
Important note for MySQL users (not applicable to MariaDB users):
If you are using a MySQL database, this database update must be installed manually! You must create a backup/snapshot before performing the update.- Download the update script under https://download.dracoon.com, +Releases / V4.8 (2018 - LTS 1) / Server / API / 4.8.0-LTS_MySQL_fix.sql
- Firstly, display a list of all the database schemas:
mysql -u root -p -e "SHOW DATABASES;" Enter password: +-----------------------------+ | Database | +-----------------------------+ | information_schema | | mandant | | mysql | | performance_schema | | sds | | dracoon | +-----------------------------+
- Execute the update script downloaded in step 1 for all the DRACOON database schemas displayed in step 2, apart from the mandant and tenant database schemas.
Example for the sds and dracoon schemas:
mysql -u root -p --database='sds' < 4.8.0-LTS_MySQL_fix.sql Enter password:
mysql -u root -p --database='dracoon' < 4.8.0-LTS_MySQL_fix.sql Enter password:
- Please send us a brief e-mail to support@dracoon.com to inform us if you are using MySQL, so that we know how many customers are affected by this problem.
Thank you!
Caution! An update to version LTS 2018-1 (4.8) can be performed only from version LTS 2017-2 (4.4.x)! If necessary, please install version 4.4.1 before attempting the update. Skipping version 4.4.x causes the system to malfunction!
- The path for the configuration has changed: /etc/dracoon.
- The structure of the client/tenant database has been revised.
- The SMS proxy configuration is now stored in a separate file (sms.properties) (examples):
- sms.api.provider=ssp_proxy
- sms.api.endpoint=http://localhost:9292/v1/
- sms_token=sometoken
- sms.api.defaultregion=DE
- However, the following keys must be located in api.properties for the SMS proxy configuration:
- allow_msisdn_login=true
- allow_share_password_sms=true
- Swagger is no longer deployed as a separate package; instead, it is included in api.war.
- New path to the Swagger UI client: [host]/api/ (short form) or [host]/api/swagger-ui.html
- New path to the Swagger specification: [host]/api/spec_v4/
- The system name in the configuration is now ignored – if necessary, please have DRACOON set it in the branding instead.
DRACOON Web Access
- The path for the configuration has changed: /etc/dracoon.
- The system name in the configuration is now ignored – if necessary, please have DRACOON set it in the branding instead.
DRACOON WebDAV Proxy
- The path for the configuration has changed: /etc/dracoon.
- Properties have been renamed as “DRACOON”:
- dracoon.webdav.defaultapi
- dracoon.webdav.usealwaysdefaultapi
- dracoon.webdav.clientProtocol
- dracoon.webdav.context
- dracoon.webdav.port
- dracoon.webdav.log4j.logoutput
- dracoon.webdav.log4j.loglevel
- dracoon.webdav.cachesize
DRACOON for Outlook
Caution! DRACOON for Outlook 4.x is no longer compatible with LTS release 2018-1. Please install the latest and improved version of DRACOON for Outlook, version 5.x, instead.
Please note that DRACOON for Outlook now supports only logins through OAuth 2.0 with version 5.1. A prerequisite for this revision is that the DRACOON OAuth component running on the environment is configured correctly. For more information about the configuration, see the following support articles: OAuth Module
If you require support with the configuration, please contact our Support Team.
Comments
0 comments
Article is closed for comments.