Due to the software collection policy of Postgresql10 and Postgresql12, they are maintained by the community of developers, it could be hard to make it maintained by the NethServer project itself, I released them in my repository
Policy
Community Project: Maintained by upstream communities of developers. The software is cared for, but the developers make no commitments to update the repositories in a timely manner.
@stephdl Could we Get this to NS8 as well Kindly, considering it will be containerised, i think the maintenance might be easier, and plus its better if the ns8 Module is supported from the core software repository in NS8.
Yes a ns8-postgresql in nethforge could be nice but for module creation we do need it. Just start one database container by module. By the way the backup and restore should be implemented in your module. Mattermost could be an example
the concept of container is to provide microservice, if you need a database, then you do not have a database container for all containers, but each container that needs a database runs it inside a pod like you did for paperless
I did ns8-mariadb to help to use ns8-webserver but in fact if you should have a webapp/website it should be better to run it inside a pod with the web server, the webapp and the database but I agree the level to start/use it is higher than before
Exactly the same, and there are many webserver app, mostly built on laravel to make use of PGSQL Significantly as the Database.so having PGSQL as a database, as well as PGadmin, would be fantastic and would serve the same purpose as what mariaDB achieves, plus hey, can aso be used as a remote endpoint for local dev projects.
I would Also be creating a SurrealDB Module Very soon, because i need it for a Project.
And the Same container Module will also feature Surrealist a PhpMyadmin Equivalent to SurrealDB