github community-scripts/ProxmoxVE-Local v0.4.7

one day ago

Fix: Database Backup Path Issue - And a big sorry for the inconveniance!

This release resolves a bug in both the update script and the .env.example file that prevented the database file (settings.db) from being properly backed up in the /data directory.

Important Note

Because this update was executed using the old update.sh script, the fix will not take effect automatically. To ensure proper functionality, you can either:

Option 1: Reinstall the LXC container
Option 2: Run the following commands in your LXC shell:

npm install
npx prisma generate 
npx prisma migrate deploy

Then, verify that your .env file contains the correct database path:

DATABASE_URL="/opt/ProxmoxVE-Local/data/settings.db"

Future Updates

With this fix in place, future updates should no longer affect your database and migrations will carry over smoothly between versions.

Thank you for your patience and understanding as we continue to improve the project during this rapid alpha development phase.

@michelroegl-brunner

Don't miss a new ProxmoxVE-Local release

NewReleases is sending notifications on new releases.