After update to Debian 12 MySql missing so cant update ISPConfig

Discussion in 'General' started by daniele2812te, Dec 10, 2024.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    But why have you decided not to use one of the supported standard setups then? That this will cause issues when you exchange the packages from Debian with third-party packages should have been obvious. No installation or update guide from ISPConfig instructs you to use packages from the MariaDB repository instead of the Debian repository.

    Ok, so let's try to find a solution for your setup. Please run these commands:

    Code:
    ln -s /usr/bin/mariadb-dump /usr/bin/mysqldump
    ln -s /usr/bin/mariadb /usr/bin/mysql
    
    And then try to run the ISPConfig update again.
     
    ahrasis likes this.
  2. daniele2812te

    daniele2812te New Member HowtoForge Supporter

    Because while searching on the Forum I found a case similar to mine, where there were two links with a guided procedure to go from 10 to 11, 11 to 12. And I simply followed the steps in your guide.

    Now I can update ISPConfig finally, thanks.

    ps1: last thing, if you can write me the command to remove from the server the packages that I downloaded unnecessarily on the MySql server, if necessary, otherwise it's ok for me.

    ps2: is there a link in the forum where I can "bid a beer for support?"
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    You used the right instructions, but these guides were not the cause of your problems. These guides do not contain any instructions on installing the third-party MariaDB packages that you have on your system, and these third-party packages are what caused the issues for you. So, you must have used a different guide or installed them before using these guides. No official ISPConfig or Howtoforge guide is using these packages.

    You likely can not remove the third-party MariaDB packages as your system uses them now to run MariaDB. Removing them will likely cause issues as I can't say for sure that the packages you use now have not upgraded the binary database files to a version that is newer than what the Debian packages are using.

    If you like to support us, consider to become a subscriber https://www.howtoforge.com/subscription/ or buy an ISPConfig PDF manual https://www.ispconfig.org/documentation/
     
    ahrasis likes this.
  4. daniele2812te

    daniele2812te New Member HowtoForge Supporter

    Ok then I'll leave my server like this, now everything works.

    I subscribed for a year... thank you so much for the support you gave me.
     
    till likes this.

Share This Page