Re: Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Sribeiro <info(at)simetriastudio(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map
Date: 2015-12-02 21:49:29
Message-ID: 565F6769.80109@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 12/02/2015 01:44 PM, Sribeiro wrote:
> Hi Adrian,
>
> So, i made sure to copy the postgres directory then deleted the main one as
> to not conflict with a fresh install.
>
> Once I got to the section in the instructions I used that says to run the -
> rake db:create:all
> I get the following error:
> [mystore (master)]$ rake db:create:all
> FATAL: could not open relation mapping file "global/pg_filenode.map": No
> such file or directory
>
> BUT, if I look in the newest postgres/global directory, the pg_filenode.map
> is in there.

Best guess is the user you are running the above as does not have
permissions on the directory.

>
> Any thoughts
>
> Sergio
>
>
>
> --
> View this message in context: http://postgresql.nabble.com/ERROR-while-creating-new-user-could-not-open-relation-mapping-file-global-pg-filenode-map-tp5874842p5875964.html
> Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Sribeiro 2015-12-02 21:56:36 Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map
Previous Message Sribeiro 2015-12-02 21:44:51 Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map