-1

[email protected] fails to load but not [email protected] - are both needed in linux boot?

linux - bookworm sid.

So [email protected] is needed ?

1 Answer 1

0

by running systemctl status postgresql* i found that the values for lc variables were wrongly set. I changed them to en_US.UTF-8

lc_monetary = 'ar.UTF-8'            # locale for monetary formatting
lc_numeric = 'ar.UTF-8'         # locale for number formatting
lc_time = 'ar.UTF-8'                # locale for time formatting

in file /etc/postgresql/13/main/postgresql.conf

then I run systemctl restart postgresql* and systemctl restart postgresql*

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.