From: | Sribeiro <info(at)simetriastudio(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map |
Date: | 2015-12-02 23:08:49 |
Message-ID: | 1449097729689-5875988.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On the database.yml I am using Serge as username
And password is blank. I tried running the rake db:create:all command with
it as nill and also with the computer password - same result as before:
FATAL: could not open relation mapping file "global/pg_filenode.map": No
such file or directory
ALSO
Couldn't create database for {"adapter"=>"postgresql",
"encoding"=>"unicode", "pool"=>5, "database"=>"mystore_production",
"username"=>"mystore", "password"=>nil}
As far as psql -d postgres -U Serge I get:
psql: FATAL: could not open relation mapping file "global/pg_filenode.map":
No such file or directory
--
View this message in context: http://postgresql.nabble.com/ERROR-while-creating-new-user-could-not-open-relation-mapping-file-global-pg-filenode-map-tp5874842p5875988.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2015-12-02 23:24:17 | Re: Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map |
Previous Message | Adrian Klaver | 2015-12-02 22:42:53 | Re: Re: ERROR while creating new user - could not open relation mapping file global/pg_filenode.map |