Menu

Can I manage multiple servers with phpPgAdmin

Help
2008-12-28
2013-06-11
  • Nobody/Anonymous

    I can find no way to add another server to phpPgAdmin.  Is it possible?  If so can you point me to the instructions on how to add a server?  Thank you!

     
    • J.Guillaume (ioguix) de Rorthais

      Hi,

      Yes, it is possible.

      Please, read instructions in your conf/config.inc.php. You can add as many server you want in the "$conf['servers']" subarray.

      You should already have some lines about your first server begining with $conf['servers'][0]. Just add and tweak the same lines but with $conf['servers'][1] for your second server, $conf['servers'][2] for the third, etc.

       

Log in to post a comment.