Postgresqlの起動時にRecreate the database with another locale or install the missing locale.エラー
postgresqlのアップデート時にja_JP.UTF-8が使えなくなったみたい?
以下のコマンドでubuntu18で解決した。
localedef -i ja_JP -c -f UTF-8 -A /usr/share/locale/locale.alias ja_JP.UTF-8
その後postgresqlを再起動
以下のコマンドでubuntu18で解決した。
localedef -i ja_JP -c -f UTF-8 -A /usr/share/locale/locale.alias ja_JP.UTF-8
その後postgresqlを再起動
関連 2020-11-19 11:25:23