From 6a8da023c6a10d18f004210bfc355c091e25f9f5 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Sat, 3 Jan 2026 04:44:27 +0500 Subject: [PATCH 1/4] docs: temporarily make it clear seerr is not released --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26f9fd4048..c0754dbbb7 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,28 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s ## Getting Started -Check out our documentation for instructions on how to install and run Seerr: +For instructions on how to install and run **Jellyseerr**, please refer to the official documentation: https://docs.seerr.dev/getting-started/ +> [!IMPORTANT] +> **Seerr is not officially released yet.** +> The project is currently available **only on the `develop` branch** and is intended for **beta testing only**. + +The documentation linked above is for running the **latest Jellyseerr** release. + +> [!WARNING] +> If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**. + +Instead, follow the dedicated migration guide: +👉 https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx + +> [!DANGER] +> **DO NOT run Jellyseerr (latest) using an existing Overseerr database.** +> Doing so **will cause database corruption and/or irreversible data loss**. + +For migration assistance, beta testing questions, or troubleshooting, please join our **Discord** and ask for support there. + ## Preview From 0399c012718a8213e1ccafa23c196ed998bdee06 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Sat, 3 Jan 2026 04:51:39 +0500 Subject: [PATCH 2/4] docs: update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0754dbbb7..7a803669ed 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The documentation linked above is for running the **latest Jellyseerr** release. > If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**. Instead, follow the dedicated migration guide: -👉 https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx +https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx > [!DANGER] > **DO NOT run Jellyseerr (latest) using an existing Overseerr database.** From a7c3bfa65c7fc41f4d660f0da11fc82210b0f846 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Sat, 3 Jan 2026 05:02:28 +0500 Subject: [PATCH 3/4] docs: fix the admonition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a803669ed..be94a78ac4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The documentation linked above is for running the **latest Jellyseerr** release. Instead, follow the dedicated migration guide: https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx -> [!DANGER] +> [!CAUTION] > **DO NOT run Jellyseerr (latest) using an existing Overseerr database.** > Doing so **will cause database corruption and/or irreversible data loss**. From e45f176af7bce49e5c6ee8899ee99e9a37bb82fd Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Sat, 3 Jan 2026 05:07:18 +0500 Subject: [PATCH 4/4] docs: make it more clearer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be94a78ac4..cf6d8e9f0f 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,12 @@ The documentation linked above is for running the **latest Jellyseerr** release. > [!WARNING] > If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**. -Instead, follow the dedicated migration guide: +Instead, follow the dedicated migration guide (with `:develop` tag): https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx > [!CAUTION] -> **DO NOT run Jellyseerr (latest) using an existing Overseerr database.** -> Doing so **will cause database corruption and/or irreversible data loss**. +> **DO NOT run Jellyseerr (latest) using an existing Overseerr database. This includes third-party images with `seerr:latest` (as it points to jellyseerr 2.7.3 and not seerr.** +> Doing so **may cause database corruption and/or irreversible data loss and/or weird unintended behaviour**. For migration assistance, beta testing questions, or troubleshooting, please join our **Discord** and ask for support there.