Domsed's latest activity

  • D
    Domsed reacted to Mecanik's post in the thread Error: database disk image is malformed with Like Like.
    I fixed this issue with the following: sqlite> .mode insert sqlite> .output config.sql sqlite> .dump sqlite> .exit root@xxxxx:~# mv /var/lib/pve-cluster/config.db config.db.original root@xxxxx:~# sqlite3 /var/lib/pve-cluster/config.db <...