• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Plesk update error

Enigma984

New Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.62
Today the plesk update failed due to errors...
so the email I get from plesk was:
Code:
Reason: 2024-07-16 06:26:59 INFO: pum is called with arguments: ['--list', '--repo-info', '--json'] 
2024-07-16 06:27:07 ERROR: Apt cache fetch failed. Try to run the `apt-get update` command. 2024-07-16 06:27:07 ERROR: 
2024-07-16 06:27:07 ERROR: Exited with returncode 1.

Trying to run apt update manually, i get this.

Code:
Err:1 http://autoinstall.plesk.com/KAV_8.9.2 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:2 http://autoinstall.plesk.com/pool/PSA_18.0.62_14844 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:4 http://autoinstall.plesk.com/PHP74_17 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:5 http://autoinstall.plesk.com/PHP80_17 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:7 http://autoinstall.plesk.com/PHP81_17 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:8 http://autoinstall.plesk.com/PHP82_17 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:10 http://autoinstall.plesk.com/PHP83_17 jammy InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:11 http://autoinstall.plesk.com/pool/WPB_18.0.55_74 all InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:13 http://autoinstall.plesk.com/pool/WPB_18.0.59_77 all InRelease
  502  Bad Gateway [IP: 163.172.107.29 80]
Err:12 https://autoinstall.plesk.com/grafana/deb stable InRelease
  502  Bad Gateway [IP: 163.172.107.29 443]


W: Failed to fetch https://autoinstall.plesk.com/grafana/deb/dists/stable/InRelease  502  Bad Gateway [IP: 163.172.107.29 443]
W: Failed to fetch http://autoinstall.plesk.com/KAV_8.9.2/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/pool/PSA_18.0.62_14844/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/PHP74_17/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/PHP80_17/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/PHP81_17/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/PHP82_17/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/PHP83_17/dists/jammy/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/pool/WPB_18.0.55_74/dists/all/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Failed to fetch http://autoinstall.plesk.com/pool/WPB_18.0.59_77/dists/all/InRelease  502  Bad Gateway [IP: 163.172.107.29 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.

I'm a newbie, but i'm open to any advice.

Ubuntu 22.04.4 LTS
Plesk Obsidian 18.0.62
 
Hello, please check that http://autoinstall.plesk.com is available on the server, for instance by the command
Bash:
curl -I http://autoinstall.plesk.com/
 
Oh...

Code:
HTTP/1.1 502 Bad Gateway
Date: Tue, 16 Jul 2024 11:45:29 GMT
Content-Type: text/html
Content-Length: 150
Connection: keep-alive
Keep-Alive: timeout=2
Server: CSPSrvd
nodename: frontend1
 
Back
Top