Type of Installation
Click the relevant link below to navigate to the correct section of the manual.
Local installation | Cloud/Managed
Local installation upgrades
Step 1: Determine your upgrade path
Current version | Target version | Path |
|---|---|---|
4.6.14 or later | 25.1.x | Direct upgrade (see Upgrading from 4.x to 25.1.x) |
25.1.x (latest patch) | 26.x | Direct upgrade |
4.x (below 4.6.14) | 25.1.x | Upgrade to 4.6.14 first, then one-click migration to latest 25.1.x |
Step 2: Check Java requirements
Platform version | Java required |
|---|---|
4.6.x, 25.x, 26.1 | JDK 11 |
Recommended OpenJDK distribution: Adoptium (Eclipse Temurin).
Java Path
Windows: Set the path to the Java working directory in
./bin/hubenv.batand./etc/wrapper.conf.Linux: Set the path to the Java working directory in
./bin/hub.sh.
Step 3: Select your setup
Windows | Linux | DMZ | High availability
Windows
Stop the Windows service "Lobster Integration Server".
Open a Command Prompt as Administrator.
Run
cd <install-dir>\binExecute
hub.bat.
Wait for the update to complete.
The progress will be shown in the console.Press CTRL+C and wait for shutdown.
Restart Windows Service "Lobster Integration Server".
Linux
After downloading patches to ./etc/update/patches (as described in the Pre-upgrade checklist), stopping and restarting the service is all that is needed. The update is applied automatically on restart.
To stop the service, enter
systemctl stop lobster.servicein the command line.To restart the service, enter
systemctl start lobster.service.You can monitor the progress in
./logs/console.txt.
DMZ setup
Note
A firewall rule may need to be added. In clustered DMZ environments, every node must be able to reach
https://api.lobster-world.com/independently.
The DMZ component can pull updates automatically only if your license permits it. Standard DMZ licenses support automatic updates.
Stop the inner Lobster system.
Stop DMZ.
Update DMZ.
Restart DMZ.
Update the inner system.
Restart the inner system.
High availability (HA) environment
Note
A firewall rule may need to be added. In clustered HA environments, every node must be able to reach https://api.lobster-world.com/ independently.
All nodes must be stopped before updating any node.
High availability systems are architected for continuous operation and protect against unplanned service interruptions in most scenarios. Software updates on HA systems follow a coordinated maintenance procedure across all nodes; this differs per upgrade. Check the release notes for any exceptions to the standard upgrade procedure.
Related topics
Read Patching during Load Balancing operation for additional instructions in a new tab.
Cloud/Managed update
No action is needed from your side.
Updates are automatically managed and handled. For specific concerns, contact Lobster support. Also refer to the section Software Update Policy in the Lobster Cloud documentation.