[Sqlrelay-discussion] Couldn't find id postgresqltest.
Brought to you by:
mused
|
From: <gra...@ax...> - 2005-02-28 10:14:39
|
Hi all,
I installed sqlrelay on Sarge and I added a postgre instance to my
sqlrelay.conf:
<instance id="postgresqltest"
port="9000"
socket="/tmp/postgresqltest.socket"
dbase="postgresql"
connections="3"
maxconnections="5"
maxqueuelength="0"
growby="1"
ttl="60"
endofsession="commit"
sessiontimeout="600"
runasuser="nobody"
runasgroup="nobody"
cursors="5"
authtier="listener"
handoff="pass">
<users>
<user user="postgresqltest" password="postgresqltest"/>
</users>
<connections>
<connection connectionid="postgresqltest"
string="host=localhost;db=testdb;user=testuser;password=testpassword"
metric="1"/>
</connections>
</instance>
Issuing the command
sqlr-start -id postgresqltest
it returns
Couldn't find id postgresqltest.
Why? What is wrong there?
--
László Graf
|