We are trying to prove the recovery procedure from AVA400 to AVA-c4, however during configuration import we receive internal error (code 1003). From the logs it appears that the difference in version is causing the problem:
Apr 18 11:33:28 localhost mgmtd[2194]: [mgmtd.INFO]: Configuration database with different version hash detected for db restored-20170418-113328-tmp: reg 62a9fb03 db bc5f5a07.
Apr 18 11:33:28 localhost mgmtd[2194]: [mgmtd.ERR]: md_db_open_internal(), mdm_db.c:2602, build (null): Error code 14150 (Cannot fallback config db when saving is not allowed) returned
Apr 18 11:33:28 localhost mgmtd[2194]: [mgmtd.ERR]: md_db_import(), mdm_db.c:4006, build (null): Error code 14150 (Cannot fallback config db when saving is not allowed) returned
Apr 18 11:33:28 localhost mgmtd[2194]: [mgmtd.WARNING]: Internal error (code 1003)
AVA400 (PROD) is running 4.2.2P2.
AVA-c4 (TEST) is running 4.2.2.
However, there is no AMI available with 4.2.2P2.
Is my assumption about the version difference correct?