Important:
- Back up your database before upgrading.
- Review any deployment profile changes before proceeding with the upgrade (see Upgrade to Lequinox platform 5.2.0, step 2). Does this need to be included in this warning? It is in upgrade step 2, which should suffice, verify with ICT & team.
Important upgrade preparations for users currently on 5.1.0 (These preparations should not be included in the published material. Verify with customers directly instead. Left here for the time being.)
Verify administrator level ‘role administrator’ is not used
The console administration level ‘role administrator’ has been removed in version 5.2.0. Therefore, you must verify that none of you role accounts are assigned the console administration level Role administrator when you upgrade.
Steps
1. Sign in to the Lequinox console.
2. Click Internal in the top navigation bar, and select Role accounts.
3. Verify that no role accounts are assigned the administration level Role administrator.
4. If any accounts are, assign them another console administration level that suits their role in the organisation.
Rename internal roles
In Lequinox console 5.2.0, you will find system roles implemented under new names under your organisation settings. In relation to this, you must make sure that you do not have any internal non-system roles called ‘Platform manager’ or ‘Organisation manager’ when you perform an upgrade. If you do, make sure to change their names to something else before you upgrade.
Steps
5. Go to the instructions to Edit an internal role.
6. Change any ‘Platform manager’ or ‘Organisation manager’ role names to something else.
Verify added applications are not connected to system items
We have increased restrictions on what can and cannot be done with system items. If you have any added applications that are connected to a system server account or a system user group, you must make some changes before you upgrade.
7. Create a new user group to connect to your application.
8. Create a new server account to connect to your application.
9. Go to Edit application information and
- select the server account you just created
- remove the system user group from the application,
- and add the user group you just created.
- Click Update.
10. Repeat steps 7 to 9 for each application where needed.
Upgrade to Lequinox platform 5.2.0
- Copy and extract the release package to the target machine.
- Update the deployment profile that you backed up during your previous install:
- Locate the deployment profile backup from your previous installation.
- Copy the contents of your backed up deployment/profiles directory to the newly extracted deployment/profiles/ directory on the target machine for your 5.2.0 install.
Apply any changes for your version upgrade mentioned on the deployment profile changes page to the files you just copied from your backup to the deployment/profiles directory.
If you did not back up your deployment profile when you did your previous installation, or if you cannot locate it, you need to go through all the .properties files in your deployment profile directory and set all the UNCONFIGURED values. You also need to change any other default settings where you prefer a different setup or if your environment requires additional adjustments.
- Go to the extracted release folder.
Stop any running WildFly instance:
> python deployment/stop_jboss.py -p <profile>
If you are upgrading from version 4.1.0 or earlier, you need to manually remove datasource from standalone.xml in WildFly. The following content shall be removed: Verify with team that this entire step can be removed in 5.2.0, since no one is upgrading from 4.1.0 or earlier.
<datasource jndi-name="java:jboss/datasources/DtsEventsDatasource" pool-name="DtsEventsDatasource" use-java-context="true"> <connection-url>jdbc:postgresql://127.0.0.1:5432/events?useUnicode=true&characterEncoding=UTF-8</connection-url> <driver>postgresql-jdbc42</driver> <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation> <pool> <min-pool-size>2</min-pool-size> <max-pool-size>10</max-pool-size> <prefill>true</prefill> </pool> <security> <user-name>events_user</user-name> <password><password></password> </security> </datasource>
- Remove any previous deployed artifacts, .war- and.ear files, from the WildFly deployment directory <WILDFLY_HOME>/standalone/deployments/.
Generate a new configuration file (config.properties):
> python deployment/generate_configuration.py -p <profile> -d lequinox -f </path/to/config_directory>/config.properties
Run the pre-deploy upgrade script:
> python deployment/upgrade_pre_deploy_config_all.py -p <profile> -d lequinox
Start the WildFly server and wait until all services are started. (If changed since last upgrade: point out your configuration file "-Dconfig.path=<path/to/config_directory>"):
> python deployment/start_jboss.py -p <profile>
Configure WildFly (the script adds datasources, enables HTTPS etc.):
> python deployment/jboss_config_all.py -p <profile> -d lequinox
See jboss_config_all.py for limitations.
Deploy new artifacts from current release directory:
> python deployment/deploy_all.py -p <profile> -d lequinox -a .
Run post deploy upgrade script:
> python deployment/upgrade_post_deploy_config_all.py -p <profile> -d lequinox
- Check the status of running services on "https://<FQDN>:<PORT>/status".
- The upgrade of the Lequinox platform is complete.
- Revisit the recommendations regarding backup and security, there might be new information since your first installation.