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.