Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
- Plesk updates fail on Debian 10, even though ELS license has been purchased.
- Errors that are similar to the following can be found in
/var/log/plesk/install/autoinstaller3.log:
CONFIG_TEXT: Err:1 http://security.debian.org/debian-security buster/updates/main amd64 libpcre2-posix0 10.32-5+deb10u1
404 Not Found [IP: 2a01:4f8:0:1::1:97 80]
Cause
The default Debian 10 repositories that exist in /etc/apt/sources.list are deprecated, because Debian 10 reached its end of life for Long Term Support (LTS) on June 30, 2024.
Resolution
- Connect to the server via SSH
-
Backup the sources.list file:
# cp -a /etc/apt/sources.list /etc/apt/sources.list.bak
- Open the
/etc/apt/sources.listfile with your favorite command-line text editor - Remove all contents
-
Add the following repositories to the file
CONFIG_TEXT: deb http://archive.debian.org/debian buster main contrib non-free
deb http://archive.debian.org/debian-security buster/updates main contrib non-free - Save the changes and close the file
- Update Plesk to the latest build
Comments
Please sign in to leave a comment.