Hi Andreas, thanks for the reply. I updated the binaries but there seems to be 
a problem (bug?) In the update_bareos_tables script. It seems that all psql 
commands are executed exclusively for localhost. I have the db on an external 
host. Do you know if there is an alternative way to modify the script manual?

............................
postgresql)
         DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "SELECT 
MAX(VersionId) FROM Version;" $*`
.....................................
postgresql)
         psql -f ${temp_sql_schema} -d ${db_name} $*
         retval=$?
         ;;
..........................

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to