To upgrade Enterprise System Manager (ESM) 2.4 or older versions to ESM 3.0, you should first upgrade to ESM 2.6, and then install ESM 3.0.
<br>
If you have already tried to upgraded ESM 2.4 directly to 3.0 and it has failed, complete the following steps:
<br>
- Close the installer.
<br>
- Verify that ESM services and processes are shut down.
<br>
- Check logfile-installer for “GhostMigrations: These migrations are in the database but not on disk: [legacy: initial_0001] [report: initial_0001] …” If you see that message, complete the following steps:
a.) Open a command prompt as an administrator.
b.) In Windows, cd to C:\exacqVisionEsm\EnterpriseSystemManager.
In Linux, open /usr/local/exacq/esm.
c.) In Windows, runenterprisesystemmanager.exe shell.
In Linux, runsudo ./enterprisesystemmanager shell
.
d.) Enter:from south.models import MigrationHistory
e.) Enter:MigrationHistory.objects.filter(migration='initial_0001').update(migration='m_0001_initial')
f.) Enter:import sys
g.) Enter:sys.exit()
<br>
- In Windows, check logfile-installer for “Neither Pillow nor PIL could be imported: No module named Image.” If you see that message, delete PIL._imaging.pyd and PIL.imaginggft.pyd, both normally located at C:\exacqVisionESM\EnterpriseSystemManager.
<br>
- Run the ESM 3.0 installer again.
<br>
Upgrading-Enterprise-System-Manager-2.4-or-Older-Version-to-ESM-3.0.pdf