Re: [Bacula-users] Postgres Error

2011-05-24 Thread Dan Langille
On May 18, 2011, at 3:05 PM, Mike Seda wrote: > All, > OK. It looks like this issue has shown up before and is not critical: > http://old.nabble.com/regression-tests%3A-jobhisto_jobid_seq-td28277084.html > > If anyone else runs into this in the future, the relevant commit is at > the following

Re: [Bacula-users] Postgres Error

2011-05-19 Thread Martin Simmons
Oh, I see now -- CREATE TABLE JobHisto (LIKE Job) doesn't create a sequence (and it isn't wanted). __Martin > On Wed, 18 May 2011 12:05:18 -0700, Mike Seda said: > > All, > OK. It looks like this issue has shown up before and is not critical: > http://old.nabble.com/regression-tests%3A-jobh

Re: [Bacula-users] Postgres Error

2011-05-18 Thread Mike Seda
All, OK. It looks like this issue has shown up before and is not critical: http://old.nabble.com/regression-tests%3A-jobhisto_jobid_seq-td28277084.html If anyone else runs into this in the future, the relevant commit is at the following link: http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=f

Re: [Bacula-users] Postgres Error

2011-05-18 Thread Mike Seda
Hi Martin, It turns out that I do have a jobhisto table after all: bacula=> SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'; table_name location filename path file mediatype pool storage log fileset media locationlog jobh

Re: [Bacula-users] Postgres Error

2011-05-18 Thread Mike Seda
Hi Martin, It looks like make_bacula_tables succeeded. There were some notices (not errors) though, which are provided below: [pgsql@bmir-backup-dir /usr/local]$ share/bacula/make_bacula_tables Making PostgreSQL tables psql::7: NOTICE: CREATE TABLE will create implicit sequence "filename_filena

Re: [Bacula-users] Postgres Error

2011-05-18 Thread Martin Simmons
> On Tue, 17 May 2011 20:40:27 -0700, Mike Seda said: > > Hi All, > I'm currently attempting to stand up a Bacula Director on FreeBSD 8.2. > > I installed the following packages from FreeBSD Ports: > bacula-client-5.0.3 > bacula-server-5.0.3 > postgresql-client-8.3.14,1 > postgresql-server-8.

[Bacula-users] Postgres Error

2011-05-17 Thread Mike Seda
Hi All, I'm currently attempting to stand up a Bacula Director on FreeBSD 8.2. I installed the following packages from FreeBSD Ports: bacula-client-5.0.3 bacula-server-5.0.3 postgresql-client-8.3.14,1 postgresql-server-8.3.14 Everything has gone pretty well so far, but I just ran into the error b