I am trying a migrate import from my 80.30 SMS to a 80.40 SMS.
I have verified that the versions of the migration tools on both SMS's are the same.
I receive an error on the import:
Database export was done with migration tools for different version.
You must export and import database with migration tools for version
installed on destination machine.
Execution finished with errors. See log file '/opt/CPshrd-R80.40/log/migrate-2021.06.28_10.58.36.log' for further details
I am trying to use the -skip_upgrade_tools_check -v to get the import to work but can't seem to get that right:
[Expert@SMS1-8040:0]# pwd
//opt/CPsuite-R80.40/fw1/bin/upgrade_tools
[Expert@SMS1-8040:0]# ./migrate import -skip_upgrade_tools_check -v R80.40 SMSfrom8030.tgz
Use the migrate utility to export and import Check Point
Security Management Server database.
Usage: migrate <ACTION> [OPTIONS] <FILE>
Action (required parameter):
export - exports database.
import - imports database.
Options (optional parameters):
-l - Export/import logs without log indexes.
-x - Export/import logs with log indexes.
Note: only closed logs are exported/imported.
-f - Filter private data.
Note: option is valid for export mode only.
-n - Run non-interactively
--exclude-uepm-postgres-db - skip over backup/restore of PostgreSQL.
--include-uepm-msi-files - export/import the uepm msi files.
--exclude-licenses - skip over backup/restore of licenses.
File (required parameter):
Name of archived file to export/import database to/from.
Path to archive should exist.
Note:
Run the utility either from the current directory or using
an absolute path.
[Expert@SMS1-8040:0]#
The SMSfrom8030.tgz is located in //opt/CPsuite-R80.40/fw1/bin/upgrade_tools