8000 Add support for serverless Postgress · Issue #1016 · knadh/listmonk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add support for serverless Postgress #1016
Closed
@unownone

Description

@unownone

Cannot Connect from Serverless Database Solutions
The current Implementation doesn't work if you are trying to use a serverless postgres instance for using as a production database. It breaks because serverless databases during connection require a options url parameters like ?options= with a value --cluster=cluster_name . This breaks in the current implementation, hence serverless instances from services like cockroachdb does not work.

Proposed Solution
Accepting an extra options parameter which may or may not be provided in order to connect to databases that are hosted on a multi tenant system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0