I was trying to VACUUM my database and got the following error:
"org.sqlite.SQLiteException: [SQLITE_FULL] Insertion failed because database is full (database or disk is full)"
According to http://sqlite.1065341.n5.nabble.com/quot-Vacuum-quot-command-is-failing-with-quot-SQL-Error-Database-or-disk-is-full-quot-td48238.html , we can change the sqlite3_temp_directory(Name Of The Folder Holding Temporary Files).
Can someone help me on how to change this in a LINUX environment?