Skip to content

Better support for external postgres instance #638

Description

@kenske

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions