Bacula-users

Re: [Bacula-users] restore: file selection not possible

2008-05-29 10:51:19
Subject: Re: [Bacula-users] restore: file selection not possible
From: gunnar_thielebein AT gmx DOT net
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 29 May 2008 16:50:26 +0200
My solution which worked on our test machine was taken from this thread:

http://thread.gmane.org/gmane.comp.sysutils.backup.bacula.general/41042

steps i made:
stop bacula-director services
sudo -u postgres pg_dump bacula > pg_dump-bacula.sql
sudo -u postgres dropdb bacula
sudo -u postgres createdb bacula --owner=bacula

change client encoding in the dump file from UTF-8 to SQL_ASCII

psql -u bacula -h localhost -W bacula < pg_dump-bacula.sql
restart service

@arno lehmann:
For disabling batch mode I have read that this will decrease db write 
performance a lot.

Regards,

Gunnar


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>