Hi there,
I’m new with truenas and docker but I’m trying to setup my working environment. I installed postgres app along with pgAdmin and after I set up all the ACL correctly everything worked fine. I use postgres as Davinci Resolve Project Database.
Now I’m installing Nextcloud and would like to avoid to run two instances of postgres. I tried to make nextcloud database path to point to the existing postgres database path but it does not work because nextcloud works on Postgres v13.x, while my postgres up runs Postgres v17.x. Furhemore, pgAdmin can’t see the nextcloud database and I have two toughts:
- Both Postgres instances run at the same IP and same port 5432 or
- The nextcloud postgres is not accepting external TCP connections
Now, I’d like to rationalize the setup by running only one Postgres instance with two databases: one for nextcloud and one for Davinci Resolve. So I have two questions:
- Is there a way to force nextcloud to use an existing and running Postgres app? OR
- Is there a chance to manage for allowing pgAdmin to see the nextcloud integrated PostGres?
Thanks in advance