GCP Compute Engine.
Google , , , MongoDB (jira-link)
Linux, , mongod, , mongod .
:
- (ref):
sudo apt-get install language-pack-XX
- (ref):
sudo update-locale
If the above does not work (this is not for me), just add the following to the file in /etc/default/locale( ref ):
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
- Just to marvel at the lack of these constant warnings that LC_ALL is not set, do the following:
sudo dpkg-reconfigure locales
That's it, your MongoDB instance should be fine!
source
share