[bareos-users] Re: Unable to update database in remote server

2025-03-06 Thread marcelo.j...@gmail.com
variables to achieve this PGHOST PGPORT PGUSER > https://www.postgresql.org/docs/17/libpq-envars.html > > You're going to have a line similar to ... > PGHOST=remotehost /usr/lib/bareos/scripts/update_bareos_tables > > On Thursday, 6 March 2025 at 19:52:57 UTC+1 marcelo.j...

[bareos-users] Re: Unable to update database in remote server

2025-03-10 Thread marcelo.j...@gmail.com
that's kill automation :-) > > About the documentation you mean that section ? > > https://docs.bareos.org/TasksAndConcepts/CatalogMaintenance.html#remote-postgresql-database > > Because it is indicated in the upgrade db as link > > On Friday, 7 March 2025 at 00:31:11

[bareos-users] Unable to update database in remote server

2025-03-11 Thread marcelo.j...@gmail.com
Hi Bareos Community, I have the PostgreSQL database on a different machine and I just upgraded Bareos to version 24. In past versions I was able to execute the script to upgrade the database tables like this: ./update_bareos_tables --host=[my database host here] --port=[my database port here]