gspiegelberg commented on issue #80:
URL: 
https://github.com/apache/cloudberry-backup/issues/80#issuecomment-4176061414

   sqlite database is fine however one point of backups is to get a copy off 
the cluster & host in case of disaster. This should include the database behind 
the DR solution.
   
   Suggest adding alternative, such as an off-host/remote PostgreSQL database, 
where gpBackMan information is stored. Information is then more available and 
negates the necessity for gpbackman_exporter and Prometheus which not every 
organization has or wants.
   ```
   gpbackman --host=db.host.local --port=5432 --username=gpbackman_role 
--dbname=gpbackman ...
   
   Connection options:
     -d, --dbname=DBNAME      database name to connect to
     -h, --host=HOSTNAME      database server host or socket directory
     -p, --port=PORT          database server port
     -U, --username=USERNAME  database user name
     -w, --no-password        never prompt for password
     -W, --password           force password prompt (should happen 
automatically)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to