Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 the database AFTER an upgrade to 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

  1. Start the Abiquo upgrade to 5.3 as usual including
    1. Stop the Abiquo platform
    2. Create backups including VM snapshots, Database dump, and Redis dump
  2. Upgrade the database
  3. STOP the upgrade

...