Help Center/ Data Replication Service/ FAQs/ Real-Time Synchronization/ Configuring Remote Connection to a GaussDB Database/ Enabling Data Read from Standby Node for a Distributed GaussDB Instance
Updated on 2025-06-03 GMT+08:00
Enabling Data Read from Standby Node for a Distributed GaussDB Instance
- Log in to each data node of the distributed GaussDB instance.
- Run the following command to obtain the configuration file path of the data node:
find / -name "postgresql.conf"|grep dn
Or
find / -name "gaussdb.conf"|grep dn
- Open the files obtained in 2 in sequence and add listen_address_ext='xxxx' under listen_addresses='xxxx', where xxxx indicates the listening address. The listening address configured for listen_address_ext is the same as that configured for listen_addresses.
- Restart the DB instance to apply the change.
Parent topic: Configuring Remote Connection to a GaussDB Database
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.