Version v2.7.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Tag: Service
-
Services & Access
Personal User Service is meaningless to personal users. You can access the database with raw IP address or whatever method you like. psql postgres://dbuser_dba:[email protected]/meta # dbsu direct connect psql …
Personal User Service is meaningless to personal users. You can access the database with raw IP address or whatever method you like. psql postgres://dbuser_dba:[email protected]/meta # dbsu direct connect psql …
-
Services
Split read & write, route traffic to the right place, and achieve stable & reliable access to the PostgreSQL cluster. Service is an abstraction to seal the details of the underlying cluster, especially during cluster failover/switchover. Personal …
Split read & write, route traffic to the right place, and achieve stable & reliable access to the PostgreSQL cluster. Service is an abstraction to seal the details of the underlying cluster, especially during cluster failover/switchover. Personal …