AtOM/lib/database/upgradedatabase_7_8
Vincent Riquer 3470347c08 quickfix: fix old files deletion
advise users to run cleandestinations
2026-02-15 05:20:25 +01:00

9 lines
396 B
Bash

#!/usr/bin/env bash
upgradedatabase_6_7() {
echo "Upgrading database to version 8... (backup is $database.bak_v7)"
cp "$database" "$database.bak_v7"
echo 'Deletion of old files was failing. Users of previous versions (YOU!) are strongly advised to run cleandestinations with the "-r" flag.'
read -p "Press Enter to continue..."
Update atom version 8 <<<"1 = 1"
}