Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Database support #13

Open
hairmare opened this issue Oct 13, 2018 · 0 comments
Open

Remote Database support #13

hairmare opened this issue Oct 13, 2018 · 0 comments
Assignees

Comments

@hairmare
Copy link

This docker setup uses a tcp tunnel to access the database remotely as documented here:

# There seems to be a bug somewhere in the code and it's not respecting the DB being on another host (even though it's configured in the config files!)
# We'll use a lightweight golang TCP proxy to proxy any PGSQL request to the postgres docker container on TCP:5432.

Using a remote database is possible with LibreTime nowadays. I run my production setup in a bunch of VMs that connect to a remote DB cluster. In fact this was one of the early fixes I did to the LibreTime code-base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants