Hi everyone, I have a script that does some backup. Amongst other things, it dumps certain SQLite database, like sqlite3 /path/to/db/dname.db .dump > somefile. When I run the script manually from the command line, it works like a charm. If, however, I launch it via crontab - it fails. sqlite3 returns error code 32512, which I cannot decypher... Nor can I understand what happens with the script when it is scheduled to run automatically.
Can anyone advise please? I'm running SQLite 3.5.2 on Linux. Thanks in advance! With best regards, J.R.