I'd like to connect splitpro to an existing postgresql instance, instead of having a separate postgres container just for splitpro.
The first issue I encountered is needing to install pg_cron, which is fine, but then the app expects to have full root access to the instance, which is not an option in a multi-tenant instance.
Proposed solution
- App is able to use a regular DB user to set up schema
pg_cron is replaced by in-app scheduling
I'd like to connect splitpro to an existing postgresql instance, instead of having a separate postgres container just for splitpro.
The first issue I encountered is needing to install
pg_cron, which is fine, but then the app expects to have full root access to the instance, which is not an option in a multi-tenant instance.Proposed solution
pg_cronis replaced by in-app scheduling