skip to Main Content

setting up a postgresql database

I am getting the error below when I try creating a database. Here is the database.yml: default: &default adapter: postgresql pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> timeout: 5000 development: adapter: postgresql encoding: unicode database: MyDatabase host: localhost pool: 5…

VIEW QUESTION
Back To Top
Search