feat: add support for PostgreSQL#3488
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 seerr-team/seerr#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