Hi Community,
we backup our Management with Backbox. Currently the backup fails due to the following message in Backbox Log:
14-04-2025 03:01:00 $FWDIR/bin/upgrade_tools/migrate export -n /var/log/BackBox/CheckPointR_MigrateExport.tgz
14-04-2025 03:01:08 Execution finished with errors. See log file '/opt/CPshrd-R81.20/log/migrate-2025.04.14_03.01.06.log' for further details
14-04-2025 03:01:08 Session Migrate Export (SSH) execution finished. Session Result:FAILURE, Message: Execution finished with errors
If we take a look into /opt/CPshrd-R81.20/log/migrate-2025.04.14_03.01.06.log we see:
"Operation failed. The target version does not support 'Network Group' objects that contain inner groups with 'Data Center Objects'. The following 'Network Group' objects contain inner groups with 'Data Center Objects':
EncDom_Remote_Access"
The network group "EncDom_Remote_Access" contains a network group, which again contains 3 Domain Objects and 2 Updatable Objects.
So basically "migrate export" fails.
If I manually "migrate_server export" instead, the export is successful.
What would be the way to go?
When I follow https://community.checkpoint.com/t5/Management/migrate-server-export-versus-migrate-export/m-p/13531... migrate_server uses the same legacy "migrate export" when target version stays the same. So what would be the issue here?