I'm trying to repair my database that has lots of records and became huge due to a specific plugin.
I then used the procedure https://www.domoticz.com/wiki/Troublesh ... database_2 but as soon as I try executing sqlite .restore command, no such command found...
Code: Select all
sqlite> .recover
Error: unknown command or invalid arguments: "recover". Enter ".help" for help
I'm using
SQLite 3.27.2 2019-02-25 16:06:06 bd49a8271d650fa89e446b42e513b595a717b9212c91dd384aab871fc1d0alt1
zlib version 1.2.11
gcc-8.3.0
Trying to upgrade and install says the last version is already installed "3.27.2-3+deb10u1"
I'm running Raspbian GNU/Linux 10 (buster) on a Raspberry Pi 3 Model B Rev 1.2
Any hint?
Thanks