strange thing happends when creating DB user

Discussion in 'Installation/Configuration' started by Steffan, Oct 2, 2025.

  1. Steffan

    Steffan Member

    Hello,

    ispconfig 3.3.0p2
    multiserver version.

    When creating a database user i see in the datalog that it is saved for server_id 0
    When creating the database and add the user to the database 1 see 2 new lines in the datalog with server_id 17 (the correct one)
    After server_sh is running the database and user is working but the line with server_id 0 keeps waiting to be finished.

    i dont have a server_id 0, and only one sql server

    Any idees?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's how is should be, so nothing strange. ID 0 means that the user will be created on the server where the actual database resides. Records with ID 0 get run on each server.
     
  3. Steffan

    Steffan Member

    oke but why is then the 1 staying there?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Probably one of your servers in the multiserver setup is not running and therefore not picking up its jobs. This does not have to be the database server; jobs with ID = 0 are for all systems.
     

Share This Page