Problem with bacula and 8.3/8.4

From: Arturo Pérez <arturo(at)ethicist(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with bacula and 8.3/8.4
Date: 2009-08-19 12:58:12
Message-ID: A2AE4B0E-F13D-4920-9F9D-7434A1817CBD@ethicist.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I've tried, in various combinations, bacula (2.4, 3.0) and pgsql 8.4
and 8.3 in an upgrade attempt. Whichever combo I try I get the
following error:

19-Aug 02:24 bacula-dir JobId 1951: Fatal error: sql_create.c:789
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: array size exceeds
the maximum allowed (268435455)

Batch is a temp table so I tried bumping temp_buffers up to 268MB but
I still got the error. Anything I else I should try before I
rollback the upgrade?

tia,
arturo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Mamin 2009-08-19 13:53:29 Monitoring the sequence cycles
Previous Message Andrus Moor 2009-08-19 12:33:43 Re: index "pg_authid_rolname_index" is not a btree