Debian 10 to 11 upgrade phpadmin error

I did an upgrade on our staging server with Debian 10 to 11 with hestiacp 1.15.11 installed with no issues.

Then, I did the update on a live server, and no issues except it shows a phpadmin screen asking to install phpmyadmin using apache (the server is an NGINX only machine) or lighttpd. I chose none and hit CANCEL.

The server and hestiacp panel are working, and I can log into my phpmyadmin from the panel button or the URL but I can’t get past this error:

The version of phpmyadmin from the hestiacp button is the current 5.0.4 version.

Any ideas would be helpful. Thanks!

I have no experience with phpmyadmin migration from 10 to 11

I suggest you to run:

Do I also need to update these repos from buster to bullseye (didn’t do this in staging)

root@server:/etc/apt/sources.list.d# cat hestia.list
deb [arch=amd64 signed-by=/usr/share/keyrings/hestia-keyring.gpg] https://apt.hestiacp.com/ buster main
root@server:/etc/apt/sources.list.d# cat mariadb.list
deb [arch=amd64 signed-by=/usr/share/keyrings/mariadb-keyring.gpg] https://mirror.mva-n.net/mariadb/repo/10.5/debian buster main
root@server:/etc/apt/sources.list.d# cat nginx.list
deb [arch=amd64 signed-by=/usr/share/keyrings/nginx-keyring.gpg] https://nginx.org/packages/mainline/debian/ buster nginx
root@server:/etc/apt/sources.list.d# cat php.list
deb [arch=amd64 signed-by=/usr/share/keyrings/sury-keyring.gpg] https://packages.sury.org/php/ buster main

Yes

1 Like

Thanks @eris – got both source lists updated.

Since my hestiacp panel and phpmyadmin works, can I simply apt-mark hold phpmyadmin to prevent Debian from updating the package? Will hestiacp continue to update phpmyadmin when new hestiacp updates are pushed?

Yes, and yes

1 Like

See

  • Probally a few more…

Hmm it doesn’t like anchors…

Yup, I see now that Packages for phpMyAdmin, Roundcube, and Rainloop will be pulled directly from their upstream source instead of APT for new installations. was added in hestiacp 1.4.0 but since I upgraded an existing install, APT wasn’t blocked.

Thanks again for your help @eris. Really appreciate it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.