This article provides a simple and easy way to determine the NSX version of a backup file. Each backup file is created along with a corresponding properties file, identifiable by its .backupproperties extension.
It can be opened with a text editor and has the following content:
<snip>
em.majorVersion=16
em.minorVersion=2
em.buildNumber=4292526
em.preReleaseType=Beta
em.marketingMajorVersion=6 #NSX Major Version
em.marketingMinorVersion=2 #NSX Minor Version
em.marketingPatchVersion=4 #NSX Patch Version
</snip>
Symptoms:
- You are unable to determine which NSX version to use in order to restore from a selected backup file.
- Given a backup file, you want to know which NSX version the backup file corresponds to.