i wanted to add a MariaDB Database and had errors. So i ventured into the SSH Console of the server and wanted to do an update of everything and check things. But got the bellow error message
I think the repo you choose is not available anymore
Ign:10 http://mariadb.mirror.liquidtelecom.com/repo/10.4/ubuntu focal InRelease
Err:11 http://mariadb.mirror.liquidtelecom.com/repo/10.4/ubuntu focal Release
404 Not Found [IP: 197.155.77.1 80]
Reading package lists... Done
E: The repository 'http://mariadb.mirror.liquidtelecom.com/repo/10.4/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
It’s probably because we failed to read the exit status code for the failed repo error. We’ll try to make sure that it’s been read and reported correctly but the first priority right now is to make sure that at least it can be installed.
Also, can you please message me your Cleavr username or email?
quick update:
I tried to repro this on a newly provisioned Hetzner server and I was able to successfully install MariaDB. It could be because based on the location it was fetching the installed from, the repo was dead. Will continue to investigate. In the mean time, can you please message me the server name you were trying to installing this on?
I setup the server completely new, and installed MariaDB Service…
But Database creation made an error and the terminal gave error after sudo apt update
Ign:5 http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease
Err:6 http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal Release
404 Not Found [IP: 104.21.29.13 80]
Reading package lists... Done
E: The repository 'http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.