Bacula-users

[Bacula-users] Can't fill Path table - postgresql

2009-02-16 21:53:54
Subject: [Bacula-users] Can't fill Path table - postgresql
From: Greg Gallardo <ggallard AT vidadiagnostics DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 16 Feb 2009 20:17:32 -0600
Hi,

I recently moved up from Bacula 2.2.3 to 2.4.4.  It seemed to be working but 
one of my client systems failed to backup with the following error:


16-Feb 01:50 springfield-dir JobId 3650: Fatal error: Can't fill Path table 
Query failed: INSERT INTO Path (Path) SELECT a.Path FROM (SELECT DISTINCT Path 
FROM batch) AS a WHERE NOT EXISTS (SELECT Path FROM Path WHERE Path = a.Path) : 
ERR=ERROR:  index row requires 92414584 bytes, maximum size is 8191


Has anyone seen this before and know what to do about it?


I'm using postgres 8.1.9 as the backend.


Thanks,

Greg


 




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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>
  • [Bacula-users] Can't fill Path table - postgresql, Greg Gallardo <=