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

feat: add support for PostgreSQL #3488

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

zackhow
Copy link

@zackhow zackhow commented Jun 7, 2023

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')

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')
@stale

This comment was marked as outdated.

@stale stale bot added the stale label Aug 9, 2023
@danshilm danshilm removed the stale label Aug 25, 2023
@onedr0p
Copy link
Contributor

onedr0p commented Jan 17, 2024

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?

@ralgar
Copy link

ralgar commented Jan 23, 2024

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.

@onedr0p
Copy link
Contributor

onedr0p commented Jan 23, 2024

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.

@ralgar
Copy link

ralgar commented Jan 26, 2024

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 comment was marked as outdated.

@stale stale bot added the stale label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants