PG::InvalidParameterValue: ERROR: invalid value for parameter “client_min_messages”: “panic”

前端 未结 6 861
無奈伤痛
無奈伤痛 2020-12-18 19:13

rake db:create showing error PG::InvalidParameterValue: ERROR: invalid value for parameter \"client_min_messages\": \"panic\" HINT: Available values: debug5, debug4, debug

6条回答
  •  感动是毒
    2020-12-18 19:35

    I got this issue with Postgres 12.1 and I need to roll back to 9.4 and was solved.

提交回复
热议问题