Postgres locale error

后端 未结 2 918
感情败类
感情败类 2021-02-19 03:04

I have a Postgres database hosted on Digital River, on Ubuntu, and followed these instructions to install:

But something is wrong with the locale settings and I cannot w

2条回答
  •  迷失自我
    2021-02-19 03:51

    Thank you very much to Kamal Nasser on the Digital River forums for providing the correct answer (the following commands below requires root privileges):

    $ locale-gen en_US en_US.UTF-8 
    $ dpkg-reconfigure locales
    

    I think this is the correct link to the original answer: the Digital Ocean site is not responding so I can't check it. https://www.digitalocean.com/community/questions/postgresql-and-rails-4

提交回复
热议问题