Mirror problem with a do-release-upgrade

Hi!

Here is the pastebin the commands in have enter to upgrade my Ubuntu Server # sudo do-release-upgradeChecking for a new Ubuntu releaseGet:1 Upgrade tool - Pastebin.com

Here is my sources.list:

# cat /etc/apt/sources.list
# deb http://mirrors.online.net/ubuntu focal main restricted

# deb http://mirrors.online.net/ubuntu focal-updates main restricted
# deb http://security.ubuntu.com/ubuntu focal-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirrors.online.net/ubuntu focal main restricted
# deb-src http://mirrors.online.net/ubuntu focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirrors.online.net/ubuntu focal-updates main restricted
# deb-src http://mirrors.online.net/ubuntu focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirrors.online.net/ubuntu focal universe
# deb-src http://mirrors.online.net/ubuntu focal universe
deb http://mirrors.online.net/ubuntu focal-updates universe
# deb-src http://mirrors.online.net/ubuntu focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirrors.online.net/ubuntu focal multiverse
# deb-src http://mirrors.online.net/ubuntu focal multiverse
deb http://mirrors.online.net/ubuntu focal-updates multiverse
# deb-src http://mirrors.online.net/ubuntu focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://mirrors.online.net/ubuntu focal-backports main restricted universe multiverse
# deb-src http://mirrors.online.net/ubuntu focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

Someone has the right I should use sources.list I should use?

Thanks.

I think there’s the right lines I should use instead mirrors.online.net

deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted

deb http://fr.archive.ubuntu.com/ubuntu/ focal universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe multiverse

Someone can confirm me?

Make sure to upgrade first to MariaDB 10.6

No candidate ver:  linux-image-5.4.0-56-generic
No candidate ver:  linux-modules-5.4.0-56-generic
No candidate ver:  linux-modules-extra-5.4.0-56-generic
No candidate ver:  mariadb-client-10.4
No candidate ver:  mariadb-client-10.5
No candidate ver:  mariadb-server-10.4
No candidate ver:  mariadb-server-10.5

mariadb --version

mariadb Ver 15.1 Distrib 10.6.14-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

I have the system up to date, and I have comment out the line in /etc/apt/sources.list.d/mariadb.list

If you want to upgrade from focal to jammy. MariaDB has not released jammy packages for 10.5 so you need to use at least 10.6 …

Sorry. I don’t understand. It ok for my package, no?

# dpkg -l mariadb* | grep ii
ii  mariadb-client             1:10.6.14+maria~ubu2004 all          MariaDB database client (metapackage depending on the latest version)
ii  mariadb-client-10.6        1:10.6.14+maria~ubu2004 amd64        MariaDB database client binaries
ii  mariadb-client-core-10.6   1:10.6.14+maria~ubu2004 amd64        MariaDB database core client binaries
ii  mariadb-common             1:10.6.14+maria~ubu2004 all          MariaDB common configuration files
ii  mariadb-server             1:10.6.14+maria~ubu2004 all          MariaDB database server (metapackage depending on the latest version)
ii  mariadb-server-10.6        1:10.6.14+maria~ubu2004 amd64        MariaDB database server binaries
ii  mariadb-server-core-10.6   1:10.6.14+maria~ubu2004 amd64        MariaDB database core server files
# mariadb --version
mariadb  Ver 15.1 Distrib 10.6.14-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

Perhaps I should uncomment this one:
#deb [arch=amd64] https://dlm.mariadb.com/repo/mariadb-server/10.6/repo/ubuntu jammy main

(I have manually switch focal to jammy deposit, but commented out the line)

You should be able to re enable it again

eris : all works well. I have upgrade. Thanks a lot to you, as always.

Just a silly question: I should adapt these lines too:

# cat hestia.list
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ focal main
# cat nginx.list
deb [arch=amd64 signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://nginx.org/packages/mainline/ubuntu/ focal nginx

?

Yes

Otherwise you will not get updates from Hestia / Nginx

You probably also want to update php / apache2 files