how to add services on the survival node of a ispconfig cluster

Discussion in 'Developers' Forum' started by kaneda, Nov 20, 2014.

  1. kaneda

    kaneda New Member

    I had a cluster like config with ispconfig 3 using debian cluster perfect setup guide, and the disk of master server has failed, so I lost node 1.

    Now Im running on node 2 all services but when I make via API new clientes, sites etc... it adds to the database of node1 (replicated by Msql MASTER-MASTER also to node 2), but on node2 ispconfig database that info does not exist so node2 is not using that info and new services does not work.

    Hoy can I replicate info deployed via API to node1 database to node2 database to make it works on the living node until I can repair the cluster adding a new one?

    BEst regards
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The API connections have to be made to node 1 as node 1 (the master of your setup) is the only node that contains all data. all other nodes (in your case the mirror node) contain only the data that is required to run your local services.
     

Share This Page