I'd like to suggest support for Postgres databases. As far as I see, SeedDMS uses PDO so adding additional support should be feasible if I'm not mistaken :).
Hi,
what is the database type name for postgresql pls? Still getting:
Database Type : Not found
=> Current value : pgsql
=> Suggestion value : mysql|sqlite
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
well that's the thing....when I do that either manually in setting.xml or via webgui then in first case I get HTTP ERROR 500 and in second case the webgui doesn't let me apply the pgsql throughing the message as per above and the installation in not completed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Version 5.1.0 has postgresql support.
Hi,
what is the database type name for postgresql pls? Still getting:
Database Type : Not found
=> Current value : pgsql
=> Suggestion value : mysql|sqlite
That will be fixed in 5.1.1. For now just import create_tables-postgres.sql manually and set the driver to pgsql.
well that's the thing....when I do that either manually in setting.xml or via webgui then in first case I get HTTP ERROR 500 and in second case the webgui doesn't let me apply the pgsql throughing the message as per above and the installation in not completed
ok, got it, one dependency solved the issue - php-pgsql