> > How can I be sure bacula is using the correct credentials I
> specified in the conf file?
> 
> Test it.  Configure PostgreSQL such that it accepts connections
> only from that which you specify.
> 
> Or you could monitor the connections.  PostgreSQL allows you to
> monitor connections.  There are several ways to do this.

Or to just log every connection (set log_connections).


> You can also issue the "select * from pg_stat_activity ;" query in
> psql.  You also need to set "stats_command_string = on" in
> postgresql.conf

You don't need that to just see who is logged in. You only need that if
you need to see what query is currently executing.

//Magnus


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to