The PIM planner connects to the Abiquo kinton database and extracts the data for the PIM migrator tool.
...
- A log in standard output (you should redirect it to a file)
- A migration plan in ZIP format called migration-plan.data
...
PIM planner 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
...