feat: add support for PostgreSQL
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
- DB_TYPE=postgres
- DB_HOST=${ip/host}
- DB_USER=${pg user}
- DB_PASS=${pg pass}
- DB_NAME=${db name} (defaults to 'overseerr')
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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?
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'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 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.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.