mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
docs: remove Redis Unix Socket configuration example from postgresql-setup.md
This commit is contained in:
@@ -75,13 +75,6 @@ DB_POSTGRESQL_USERNAME=your-username
|
|||||||
DB_POSTGRESQL_PASSWORD=your-password
|
DB_POSTGRESQL_PASSWORD=your-password
|
||||||
```
|
```
|
||||||
|
|
||||||
使用 Redis Unix Socket 时,可直接设置 `CACHE_BACKEND_URL`,例如:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
CACHE_BACKEND_TYPE=redis
|
|
||||||
CACHE_BACKEND_URL=unix:///var/run/redis/redis.sock?db=0
|
|
||||||
```
|
|
||||||
|
|
||||||
## 数据迁移
|
## 数据迁移
|
||||||
|
|
||||||
### 从 SQLite 迁移到 PostgreSQL
|
### 从 SQLite 迁移到 PostgreSQL
|
||||||
|
|||||||
Reference in New Issue
Block a user