Answer the question
In order to leave comments, you need to log in
CV8 doesn't see postgres?
Hello, the question is this, I took a test solution, ala "POSTGRES 1C" in which the ru.RU locales and in 8.3.18.1363 1C, he simply does not want to create a database, even his own, through a checkmark, but at the same time I connect. They have a problem in locales and for some reason others choose "nizya" and they simply do not exist.
I thought about it and installed the usual postgres, but now I can’t connect to each other on the local network.
psql 13.2 & 1c 8.3.18.1363 It simply
writes "authentication method 10 not supported", and all the data is entered correctly, I work in the console and through PG too. services are also running (obviously)
Answer the question
In order to leave comments, you need to log in
To fix the "authentication method 10 not supported" error, when connecting registration (creating) database 1c, try the following steps:
1) In the configuration file postgresql.conf, adjust the password_encryption setting to md5 instead of scram-sha-256
password_encryption = md5 # scram-sha-256 or md5
2) Restart the postgresql service
3) Set (Update) the password of the user under which the connection to postgresql is configured. Below is an example for postgres user
su - postgres
/usr/pgsql-14/bin/psql -E
alter user postgres with password 'new_password';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question