On 2018-12-19 10:42, ad...@genome.arizona.edu wrote:
Hi all,

We are having an error of our disk running out of space while trying
to build the directory tree for a restore job.  We have an older
server with only 16GB OS disk and that only has about 8GB free.  I
[SNIP]

That's a very small OS partition in this day and age.

ERR=database or disk is full

99.9999% this is that you have run out of temporary file space, most likely space needed by your database server to complete the query.

If you do not have a separate /tmp (or whatever/wherever your database and OS put temporary files) then that 8Gb is just not enough.

Configure your database server to put its temporary files where there is space.

That said, it could be running out of space after the query has completed and Bacula is doing its thing, increasing your temporary space enough will fix it.

How much is enough?? I don't know, my Bacula server has 72GB of RAM, the OS is installed on a mirrored pair of 1TB disks, and has 34GB of swap space which is shared with /tmp.

        Cheers,
                Gary    B-)


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

Reply via email to