New installation error

Discussion in 'Installation/Configuration' started by artinfo, Feb 26, 2026 at 8:51 AM.

  1. artinfo

    artinfo Member

    Hi
    I use ISPC3 on my servera and lately i upgraded to newest version (3.1.1). Seemd to be ok but same time I needed to add new server to my structure. Never was a problem but this time installation went ok but i cant add any e-mail user. I investigated logs and it seems that in ISPC database is missing (not needed anymore)
    table: mail_user / filed: disble_replicator (3.1.1) - no field
    I added this field manually and it worked but maby I missed sth during install/upgrade?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do all servers use the same version of ISPConfig? In a multiserver setup, all systems must have the same version.
     
  3. artinfo

    artinfo Member

    all same newest version.... upgraded .. last server new fresh newest install
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't think we ever had that field in the database. Did you maybe add it yourself?
     
  5. artinfo

    artinfo Member

    we have that base and ispc it this config for 10 years.. nothing added... i can remove that field manually ..
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you maybe use replication in dovecot? Your system likely needs it for the doveadm command when you added it, so better add it then to the new server too instead of removing it.
     
  7. artinfo

    artinfo Member

    wi have one mauin ispcong, one mail server and one www serwer.. all is managed my ISPC3.. now we added one serwer more (fresh install - debian trixie), installed ok working, but what ading e-mnail account - ERROR - no table: mail_user / filed: disble_replicator

    Problem is that (as it should be) all data form db are replicated to new server and the newest has no such table

    Can I delete that filed for all dbases?
     
    Last edited: Feb 26, 2026 at 6:18 PM
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run this sql query on the new server:

    Code:
    ALTER TABLE mail_user ADD COLUMN disablereplicator CHAR(1) NOT NULL DEFAULT 'n';
    to fix your issue.
     
  9. artinfo

    artinfo Member

    Thanks. I did that too but still think its a bug in ISP
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

  11. artinfo

    artinfo Member

    Sic! :) .. thanks
     

Share This Page