From 99deac4a70f887bbcb0c210f49532a70a481908f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 2 Nov 2025 18:44:48 +0100 Subject: [PATCH] use mariadb command instead of mysql --- src/content/docs/ispmail-trixie/110-upgrading.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ispmail-trixie/110-upgrading.mdx b/src/content/docs/ispmail-trixie/110-upgrading.mdx index 7ac7904..037f782 100644 --- a/src/content/docs/ispmail-trixie/110-upgrading.mdx +++ b/src/content/docs/ispmail-trixie/110-upgrading.mdx @@ -71,7 +71,7 @@ mysqldump mailserver > mailserver.sql Copy that file to the new server (using *scp*) and import it there: ``` -mysql mailserver < mailserver.sql +mariadb mailserver < mailserver.sql ``` Obviously any database changes on the old server from now on will have to be done on the new server as well until the @@ -89,7 +89,7 @@ mysqldump roundcube > roundcube.sql Copy that file to the new server and import it: ``` -mysql roundcube < roundcube.sql +mariadb roundcube < roundcube.sql ``` One caveat though. To distinguish multiple mail servers Roundcube stores the server’s name in the mail_host column of