carini
Basic Pleskian
- Server operating system version
- Ubuntu 22.04.4 LTS
- Plesk version and microupdate number
- Plesk Obsidian v18.0.61_build1800240521.14
Autoupdate fail every time with warning mail:
Problem should be on Maria DB update source
Where https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu is no longer valid.
This is the second server with this problem, pure stock, no custom repos, freshly rebooted.
Anyone with the same problem? Is a Ubuntu-specific bug?
Code:
Reason: 2024-05-27 06:26:06 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2024-05-27 06:29:14 ERROR: Apt cache fetch failed. Try to run the `apt-get update` command.
2024-05-27 06:29:14 ERROR:
2024-05-27 06:29:14 ERROR: Exited with returncode 1.
Problem should be on Maria DB update source
Code:
root@plesk81:~# cat /etc/apt/sources.list.d/mariadb.list
# MariaDB Server
# To use a different major version of the server, or to pin to a specific minor version, change URI below.
deb [arch=amd64,arm64] https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu jammy main
deb [arch=amd64,arm64] https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu jammy main/debug
# MariaDB Tools
deb [arch=amd64] http://downloads.mariadb.com/Tools/ubuntu jammy main
Where https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu is no longer valid.
This is the second server with this problem, pure stock, no custom repos, freshly rebooted.
Anyone with the same problem? Is a Ubuntu-specific bug?