C
C
Chvalov2015-05-03 00:28:52
PostgreSQL
Chvalov, 2015-05-03 00:28:52

Can't connect to postgresql database 1C after moving the server to another location, how to fix it?

After moving the server to another location (Very large local network), I can not connect to the server.
It throws out the following error:

Database server not found
could not connect to server: No route to host
Is the server running on host "10.10.0.189" and accepting
TCP/IP connections on port 5432?

Here is my config:
pg_hba.conf
local all all md5
host all all 0.0.0.0/0 md5
postgresql.conf
listen_address = '*'
max_connections = 100
shared_buffers = 32MB
log_destination = 'stderr'
logging_collector = on
log_directory = 'pg_log'
......

currently local ip 10.16.1.197

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Chvalov, 2015-05-03
@Chvalov

Administration of 1C Enterprise servers
Open - Clusters - Infobases - OURAbd - Properties and set the server IP!

I
Ilya, 2015-05-03
@FireGM

Check if the port is open. Or maybe it doesn't ping at all?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question