No update dbispconfig after upgrade version

Discussion in 'Installation/Configuration' started by Fran17, Jun 8, 2026 at 10:05 AM.

  1. Fran17

    Fran17 New Member

    Hello,
    I have an ISPConfig installation running version 3.2.12p1, but when I try to update it to version 3.3.0p3, the installation does not update the database.
    This means that the services are configured with the new options but the database does not change, and it has caused the Postfix service to stop working because it cannot find the local_delivery column in the mail_domain table.
    When I run the command `php -q update.php`, it always tells me that the SQL patch it is going to execute is `Loading SQL patch file: /tmp/ispconfig3_install/install/sql/incremental/upd_dev_collection.sql`
    It's worked fine on other servers, but on this one it won't update.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Double-check that the mysql root password in the file /usr/local/ispconfig/server/lib/mysql_clientdb.conf is correct. Besides that, you can run a repair and optimize on all tables of the database e.g. using phpmyadmin, maybe some tables are stuck or broken so that mysql can't apply the changes.
     

Share This Page