You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
D
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 <...