Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

feat: add support for PostgreSQL#3488

Open
zackhow wants to merge 1 commit intosct:developfrom
zackhow:pgsql
Open

feat: add support for PostgreSQL#3488
zackhow wants to merge 1 commit intosct:developfrom
zackhow:pgsql

Conversation

@zackhow
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown

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 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.

@onedr0p
Copy link
Copy Markdown
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
Copy Markdown

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.

@stale

This comment was marked as outdated.

@stale stale Bot added the stale label Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants