Description
Unable to update the platform. This error occurs in an internal POST request /update from the dci_back service to the updater service.
Contents
Error 8519, Start update failed
Possible solutions
- The error may have occurred if the platform upgrade is not complete. Wait a few minutes for the update to complete.
-
Check the status of the dci_updater_1 container:
-
Connect to the server with the platform via SSH.
Container names may differ depending on the used version of Docker Compose. A hyphen may be used instead of the underscore character in container names.
To get the exact names of the containers, run the command:
docker ps -a
-
Determine the status of the container:
docker ps --filter "name=dci_updater_1"
-
If the container is not running:
-
Examine the container's logs:
journalctl -f SYSLOG_IDENTIFIER=dci_updater_1
-
Start the container:
docker start dci_updater_1
-
-
-
Examine errors in the /opt/ispsystem/dci/install.log log file of the server with the platform.