Postgresql

I’m trying to install 3.4.4 with postgresql 8.0.3, and find I get the
following:

| Now creating a database for RT.
| Creating Pg database rt3.
| Now populating database schema.
| Creating database schema.
| Done setting up database schema.
| Now inserting database ACLs
| DBD::Pg::st execute failed: ERROR: relation “attachments_id_seq” does not exist
| Problem with statement:
| GRANT SELECT, INSERT, UPDATE, DELETE ON attachments_id_seq to rt3;
| ERROR: relation “attachments_id_seq” does not exist

Looking at schema.Pg, I see

| CREATE SEQUENCE attachments_id_seq;
|
| – {{{ Attachments
|
| CREATE TABLE Attachments (

so maybe attachments_id_seq is not a table.

Has this been fixed or should I work on it some more and report back?

Christopher Vance

I’m trying to install 3.4.4 with postgresql 8.0.3, and find I get the
following:

| DBD::Pg::st execute failed: ERROR: relation “attachments_id_seq” does
not exist
| Problem with statement:
| GRANT SELECT, INSERT, UPDATE, DELETE ON attachments_id_seq to rt3;
| ERROR: relation “attachments_id_seq” does not exist

Has this been fixed or should I work on it some more and report back?

Wouldn’t you know it - now it looks like it’s working. I’m not sure
what I did wrong before or did right after…

Christopher Vance