K.1. Настройка локали

Перед настройкой Postgres Pro для решений 1C убедитесь, что в вашей системе установлена русская локаль и она является активной локалью пользователя, создающего кластер баз данных. Следующий пример показывает, как установить локаль ru_RU.UTF-8 в операционных системах Debian:

sudo dpkg-reconfigure locales
export LANG="ru_RU.UTF-8"
/opt/pgpro/ent-14/bin/pg-setup initdb

За подробностями обратитесь к разделам документации вашей операционной системы и 1C.

K.1. Configuring the Locale

Before configuring Postgres Pro for 1C solutions, make sure that the Russian locale is installed on the system and that it is the active locale of the user who creates the database cluster. The following example shows how to set up the ru_RU.UTF-8 locale for Debian systems:

sudo dpkg-reconfigure locales
export LANG="ru_RU.UTF-8"
/opt/pgpro/ent-14/bin/pg-setup initdb

For more details, see related documentation sections for your operating system and for 1C.

FAQ