>>>>> On Thu, 20 Dec 2018 15:55:53 -0700, admin  said:
> 
> Would anyone here happen to know how i could tell the sqlite that bacula 
> is using, to use a different location for temporary data?  I did read 
> that document that Martin mentioned and tried to set 
> SQLITE_TMPDIR="/bacula/foo" before starting bconsole but it didn't seem 
> to have any effect since the / disk still filled up with temporary data 
> when the directory tree was being built.  So I guess it is using the 
> PRAGMA temp_store_directory or the sqlite3_temp_directory global 
> variable?  There isn't a /etc/sqlite.conf file or anything.... Anyone 
> know how i could update that location?  Or maybe i need to ask sqlite 
> community?

The actual work is done in bacula-dir, not bconsole, so you need to restart
bacula-dir with SQLITE_TMPDIR set in its environment.

__Martin


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to