horaios DatabaseManager

Versionshistorie

6.5.12.2203

Changes and Improvements

Databases
Improve service resilience to changing IP addresses
92d75fc8409a7b30cc2866c2aeb292619707ee0e
To make the backup service resilient to changes in the IP address of the hosting server, the server’s LOID stored in the database is used as a fallback identifier for server retrieval.

How this works: After a successful connection is established, the server’s LOID is stored locally. If the server’s IP address later changes, the stored LOID is used as a fallback mechanism to identify and retrieve the correct server.
Before When the external IP address of a server hosting the service is changed, backups are no longer created.
Now Even when the external IP address of a server hosting the service is changed, backups are still created. The LOID of the server is used as a fallback.

4.12.13