The PIM planner connects to the Abiquo kinton database and extracts the data for the PIM migrator tool.
...
The PIM planner doesn't make any changes to the platform but it needs to run on you must run it after you upgrade the database AFTER an upgrade to Abiquo 5.3.
What is the output of the PIM planner?
- A log in standard output (you should redirect it to a file)
- A migration plan in ZIP format called migration-plan.data
Requirements
The PIM planner requires access to the MariaDB kinton schema via the JDBC URL.
- It encrypts the database credentials for runtime use only; it does not save or export credentials
Before you run the PIM planner
- Start the Abiquo upgrade to 5.3 as usual including
- Stop the Abiquo platform
- Create backups including VM snapshots, Database dump, and Redis dump
- Upgrade the database
- STOP the upgrade
...