🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Scheduled Backup of HA Software Event Broker
Hi Dear Solace Community,
is there any way to schedule a automated HA backup every day like there is for the singlenode instances ? (
I thought about the naive way of just creating on all three nodes (primary,backup,monitor) the automated schedule process for a singlenode but the commands seem different for creating a backup on a singlenode and for creating a backup on a HA node.
On a singlenode you would run (
):
```
solace> enable
solace# backup
```
On a HA setup you need to run on each node (
):
```
solace-primary# copy current-config /configs/cfg_primary_AD_active
solace-backup# copy current-config /configs/cfg_backup_AD_inactive
solace-monitor# copy current-config /configs/cfg_monitor
```
The main difference being "backup" vs "copy current-config".
I am not sure if those commands result in the same backupfile in the end.
So my main question would be - does anyone here know of a way how to automate the backup creation on HA Brokers ?
Thanks in advance :-)
Greetings,
Jan-Filip