How can I configure Postgresql schema in Nuxeo.conf

I have configured PostgreSQL DB in nuxeo.conf using below configurations. Nuxeo is using public schema of Postgres. nuxeo.db.name=sample nuxeo.db.user=admin nuxeo.db.password=password nuxeo.db.host=localhost nuxeo.db.port=5432

How can I configure custom Postgres schema?

0 votes

1 answers

1090 views

ANSWER

Thanks Florent Guillaume for the response.
02/28/2020



This is not configurable at the moment, Nuxeo always uses the public schema. The ticket for this NXP-17096 is still open.

1 votes