> Hi, > > What is the recommended way to run pggpool in terms of users. Should it run > as > root? postgres? or any other user?
I recommend other than root nor postgres. In my case, since I'm using pgpoolAdmin, I prefer daemon to run pgpool. > Still about the users, for the health_check_user property is this a system > user > or a PostgreSQL created database user. health_check_user, you should use PostgreSQL created database user. BTW, for recovery_user, you need to use PostgreSQL super user, i.e. postgres in most cases. -- Tatsuo Ishii SRA OSS, Inc. Japan _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
