docs: рекомендуемое обновление через SHOP_ROOT и server-update.sh

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 13:49:32 +03:00
parent ed9850c96f
commit 42a1ca312f
3 changed files with 37 additions and 13 deletions
+4 -1
View File
@@ -49,12 +49,15 @@ cd "$SHOP_ROOT"
sudo bash scripts/quick-deploy-ubuntu.sh
```
Обновление:
Обновление (рекомендуется):
```bash
export SHOP_ROOT=/opt/shop/shop10
bash "$SHOP_ROOT/scripts/server-update.sh"
```
Путь `SHOP_ROOT` — ваш каталог клона (см. [Server-Operations](Server-Operations)).
## Проверка
```bash