feat: add database backup and restore in system settings

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 09:07:00 +08:00
parent 97fb95436f
commit 52ebbfbeae
11 changed files with 594 additions and 65 deletions
+1
View File
@@ -281,6 +281,7 @@ compose() {
compose_up_build() {
step "docker compose up -d --build"
mkdir -p /root/market_intel_backups 2>/dev/null || true
compose up -d --build
}