Add safe upgrade workflow script.
Made-with: Cursor
This commit is contained in:
@@ -124,6 +124,22 @@ chmod +x restore.sh
|
||||
./healthcheck.sh --mode full
|
||||
```
|
||||
|
||||
## Upgrade (safe workflow)
|
||||
|
||||
Безопасное обновление: backup -> update -> healthcheck -> rollback configs при ошибке.
|
||||
|
||||
```bash
|
||||
chmod +x upgrade.sh
|
||||
./upgrade.sh
|
||||
```
|
||||
|
||||
Опции:
|
||||
|
||||
```bash
|
||||
./upgrade.sh --model qwen2.5:3b
|
||||
./upgrade.sh --skip-model-pull
|
||||
```
|
||||
|
||||
## Переменные окружения
|
||||
|
||||
- `QDRANT_URL` (default `http://127.0.0.1:6333`)
|
||||
|
||||
Reference in New Issue
Block a user