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

前端 未结 6 854
無奈伤痛
無奈伤痛 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:46

    I was also facing the same issue. I was using postgres 9.4.1 and upgraded to latest (12.1). Because of the version change, I got this issue. I reverted back to 9.4.1. Is that same with you as well?

提交回复
热议问题