Albumik 0.1.1 stable upgrade path

This commit is contained in:
adminsopel
2026-05-01 10:22:31 +02:00
parent 096bd5976b
commit 33bf33d636
6 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set -euo pipefail
source ./_common.sh
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/_common.sh"
if [ -f "$YNH_BACKUP_DIR/albumik-data.tar.gz" ]; then
tar -C / -xzf "$YNH_BACKUP_DIR/albumik-data.tar.gz"