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 ??
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.
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.
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 ?
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.