PostgreSql for isconfig

Discussion in 'General' started by Aayush, Aug 12, 2021.

  1. Aayush

    Aayush New Member

    Hello there, is there any way to add postgresql on ispconfig ? Like multiple database options that are present in cpanel, plesk etc or any workaround.

    one of my client needs postgresql which is not provided my ispconfig by default. So is it possible ??
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can't manage PostgreSQL from within ISPConfig. But you can install PostgreSQL on an ISPConfig server and add the database for this client manually.
     
  3. Aayush

    Aayush New Member

    will ispconfig be able to interact with the database created manually on postgresql ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not need to interact with that database at all. If your client needs a postgres database, then he probably runs a cms that needs postgres, so this cms will interact with the database.
     
  5. Aayush

    Aayush New Member

    when we are adding database from the ispconfig portal, in the Type section we only get mysql. So there is no way to add the postgresql there ?? The only way you suggest is to install postgresql manually on the ispconfig server ?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Of course, you can get PostgreSQL to show up there, the steps are:

    1) Sign up for an account add git.ispconfig.org
    2) Develop a PostgreSQL plugin for ISPConfig.
    3) Add PostgreSQL as an option in the ISPConfig GUI.
    4) Submit a merge request when you finished and tested your work.
     
    zyzzza and Th0m like this.
  7. Aayush

    Aayush New Member

    better stick to default mysql :)
     

Share This Page