I want to know i must install mysql or postgresql server or postgresql,mysql rpm on bareos download?
--
You received this message because you are subscribed to a topic in the Google Groups "bareos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bareos-users/i1woDKwqn9A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bareos-users...@googlegroups.com.
To post to this group, send email to bareos...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
and when i check this command: bareos-dir -t -c /etc/bareos/bareos-dir.conf
this error occured : bareos-dir: dird.c:1020-0 Could not open Catalog "MyCatalog", database "bareos".
bareos-dir: dird.c:1025-0 postgresql.c:238 Unable to connect to PostgreSQL server. Database=bareos User=bareos
Possible causes: SQL server not running; password incorrect; max_connections exceeded.
18-Nov 16:04 bareos-dir ERROR TERMINATION
My bareos-dir.conf this :
Catalog {
Name = MyCatalog
# Uncomment the following lines if you want the dbi driver
# dbdriver = "dbi:postgresql"; dbaddress = 127.0.0.1; dbport =
#dbdriver = "postgresql"
dbdriver = "postgresql"
dbname = "bareos"
dbuser = "bareos"
dbpassword = ""
}
Can you help me?
how i can start postgresql service?