hi,
OMniLeads version: release-1.19.0
Environment: OnPremise WAN access
/var/log/messages
I tried many times to upgrade from release 1.19.0 to lasted 1.24.2
yum install podman
systemctl stop omnileads-websockets
yum remove -y omnileads-websockets-*
cd /usr/src/ominicontacto/
git fetch
git checkout release-1.24.2
git submodule update --remote
cd install/onpremise/deploy/ansible/
vim inventory <--- Aquí descomentas la línea de localhost bajo [prodenv-aio]
./deploy.sh -u --iface=eth0
but get the same error as follow
TASK [Copy Websockets systemd service] **********************************************************************************************************
ok: [callcenter.etma.ir]
FAILED - RETRYING: Pull oml-websockets image (3 retries left).
FAILED - RETRYING: Pull oml-websockets image (2 retries left).
FAILED - RETRYING: Pull oml-websockets image (1 retries left).
TASK [Pull oml-websockets image] ****************************************************************************************************************
fatal: [callcenter.etma.ir]: FAILED! => {
"attempts": 3,
"changed": true,
"cmd": [
"podman",
"pull",
"--quiet",
"docker.io/freetechsolutions/omlwebsockets:220818.01"
],
"delta": "0:00:34.022070",
"end": "2022-09-22 01:23:27.078241",
"rc": 125,
"start": "2022-09-22 01:22:53.056171"
}
STDERR:
Error: error pulling image "docker.io/freetechsolutions/omlwebsockets:220818.01": unable to pull docker.io/freetechsolutions/omlwebsockets:220818.01: unable to pull image: Error initializing source docker://freetechsolutions/omlwebsockets:220818.01: Error reading manifest 220818.01 in docker.io/freetechsolutions/omlwebsockets: error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"
MSG:
non-zero return code