The default and recommended database upgrade path when upgrading to EventSentry v5 is to access existing data from the v9.6 database through a separate profile in the web reports and start storing future data in the newer v14.2 database.
Migrating existing data from the older v9.6 to the newer v14.2 is possible with a migration script, but is only recommended when accessing historical data through a separate web reports profile is not feasible.
Prerequisites:
1. At least as much extra disk space is available as is currently used by PostgreSQL v9.6 (C:\Program Files (x86)\EventSentry\data96)
2. Downtime for EventSentry while data is migrated
3. Working backup of the existing database
The EventSentry migration script utilizes the pg_dumpall utility that ships with PostgreSQL v14 database to migrate the data from one database to another. While the data migration process is usually successful, we cannot guarantee that the migration will work successfully in all cases.
While the migration runs, all EventSentry services will be unavailable.
Instructions:
Verification:
Assuming that no errors were reported, follow the steps below to verify that the database migration was successful:
Post-Migration:
Perform the steps below after the migration has completed and verified successfully: