Skip to content

Commit 42eec24

Browse files
docs: add a warning about the new mount point in Postgres (#1968)
* docs: add a warning about the new mount point in Postgres * fix: update path Co-authored-by: fallenbagel <[email protected]> --------- Co-authored-by: fallenbagel <[email protected]>
1 parent 9ca63ba commit 42eec24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/extending-jellyseerr/database-config.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ DB_LOG_QUERIES="false" # (optional) Whether to log the DB queries for debugging.
1919

2020
## PostgreSQL Options
2121

22+
:::caution
23+
When migrating Postgres from version 17 to 18 in Docker, note that the data mount point has changed. Instead of using `/var/lib/postgresql/data`, the correct mount path is now `/var/lib/postgresql`.
24+
:::
25+
2226
### TCP Connection
2327

2428
If your PostgreSQL server is configured to accept TCP connections, you can specify the host and port using the `DB_HOST` and `DB_PORT` environment variables. This is useful for remote connections where the server uses a network host and port.

0 commit comments

Comments
 (0)