mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Use external postgres server (e.g. heroku) using SSL #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juanpabloxk on GitHub (Jun 9, 2022).
I'm trying to use an external postgresql provider (Heroku) which requires a SSL connection. I set the
DATABASE_URLenvvar with the url provided by heroku but I got the following error:If I add a parameter to the postgres url like
ssl=trueorsslmode=requireI got the following:@FluffyDiscord commented on GitHub (Jun 10, 2022):
I have the same issue, but on my unraid machine, using postgress v14
planka and postgres are on the same docker network, ssl or not
@candideu commented on GitHub (Feb 27, 2023):
Hi! Is there a Heroku deploy button?
@meltyshev commented on GitHub (Feb 27, 2023):
Unfortunately, not yet. The only thing that does not allow to add this - file storage, first we need to integrate with S3.
@candideu commented on GitHub (Feb 27, 2023):
I see... I'd check out how NocoDB handles storage. They have a plugins system which allow users to connect to a number of third party cloud storage systems, so that any attachment added to a record is saved to the selected storage service: https://docs.nocodb.com/setup-and-usages/account-settings#app-store
NocoDB can be deployed on Heroku and Railway, which I'm hoping to do with Planka.