On Apr 07 2018, Alexandre Gonçalves <alexan...@silvagoncalves.com> wrote:
>> Also, could you try out to open the db in the sqlite3 command line 
>> utility and execute the VACUUM command there? 
>>
>> It gave the same error. To do the vacuuming, sqlite needs a temp dir, 
> which is selected in the order explained here 
> <https://sqlite.org/tempfiles.html#tempdir>;
>
> In my case, the /var/tmp hadn't the needed storage available to do the 
> vacuum, which lead to the error. I freed up some space and then the command 
> finished without errors.
>
> To avoid the issue, maybe it's a good idea to do PRAGMA 
> temp_store_directory =--cachedir;

Glad to hear that you resolved this! Yes, I agree this pragma should be
used. Could you file a bug at
https://bitbucket.org/nikratio/s3ql/issues?


Best,
-Nikolaus

-- 
GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to s3ql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to