Hi All,
Regarding chef backup.
The blog https://docs.chef.io/server_backup_restore.html here mentions below steps for chef backup.
- Requires rsync to be installed on the Chef server prior to running the command
- Requires a chef-server-ctl reconfigure prior to running the command
- Should not be run in a Chef server configuration with an external PostgreSQL database; use knife ec backup instead
- Puts the initial backup in the /var/opt/chef-backup directory as a tar.gz file; move this backup to a new location for safe keeping
my question is every time i have to reconfigure chef server (step 2 above) to do the chef backup?