From 8da02d01b23e8c1c09d698df631bc810d8eb5be9 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 28 Dec 2024 03:19:08 +0800 Subject: [PATCH] docs: add note for database config --- docs/extending-jellyseerr/database-config.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extending-jellyseerr/database-config.mdx b/docs/extending-jellyseerr/database-config.mdx index 73ce1b0f1..f7ad3165c 100644 --- a/docs/extending-jellyseerr/database-config.mdx +++ b/docs/extending-jellyseerr/database-config.mdx @@ -5,6 +5,10 @@ sidebar_position: 2 --- # Configuring the Database +:::important +Postgres is not supported on **latest** yet. (It is currently only available in **develop**) +::: + Jellyseerr supports SQLite and PostgreSQL. The database connection can be configured using the following environment variables: ## SQLite Options