Arksine / moonraker

Web API Server for Klipper
https://moonraker.readthedocs.io
GNU General Public License v3.0
1.09k stars 417 forks source link

Unable to restore from backup database #916

Open kaibsora opened 2 weeks ago

kaibsora commented 2 weeks ago

What happened

Have a printer that I needed to move host pc's from, and so i did the database_backup script. Installed new pios lite(64 bit) on sd card and put in pi4. Kaiuh ran to install features of klipper, moonraker, mainsail. copied files over ran database_restore script "no module named lmdb found"

image

Client

Other

Browser

Other or N/A

How to reproduce

Backup database restore database

Additional information

No response

kaibsora commented 2 weeks ago

After updating the source computer's moonraker, the same problem occurs during backup attempts

image

Arksine commented 4 days ago

The update and restore scripts are intended for older versions of Moonraker, prior migration to sqlite. Backup and restore can now by done by copying the database file directly, as outlined in the documentation.