You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2021. It is now read-only.
When running db setup I am getting the following error:
PG::WrongObjectType: ERROR: invalid locale name: "utf8_unicode_ci"
: CREATE DATABASE "minicron" ENCODING = 'utf8' LC_COLLATE = 'utf8_unicode_ci'
I am trying to connect to an RDS postgresql db. Since it's on RDS I don't think I have the ability to add new locales or anything. Any advice here? I'm not the best with locales, but I think utf8_unicode_ci is a MySQL thing only though? Shouldn't it be en_US.UTF-8 for Postgres?