-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
feat: add support for PostgreSQL #3488
base: develop
Are you sure you want to change the base?
Conversation
ENVs for pgsql - DB_TYPE=postgres - DB_HOST=${ip/host} - DB_USER=${pg user} - DB_PASS=${pg pass} - DB_NAME=${db name} (defaults to 'overseerr')
This comment was marked as outdated.
This comment was marked as outdated.
Any update on this? I'm having serious issues with sqlite once in awhile (DB gets corrupted) even when it's on local storage (not over nfs). @zackhow is there a container built for this PR I can test with? |
There is ongoing work in fallenbagel/jellyseerr#628 to achieve this, and containers available as well. Could probably be ported over here without too much effort, if there's any interest in merging this feature. |
I'll probably be migrating over to jellyseerr then. Nothing against the developers here (life happens) however it's a bummer this project doesn't have as much attention. It started out with such great momentum too. I hope sct can come back one day to focus on this project more. |
I hear you, it's the one problem with FOSS - hobby projects so often go stale. Jellyseerr has been great FWIW, but it looks to only be a one man show so it could easily suffer the same fate in the future. |
Added support for postgresql.
Apologies if any of the formatting or conventions are wrong, this is the first time I have dipped into node/typescript.
ENVs for pgsql