Skip to content

Commit

Permalink
Add Racks plugin migration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne authored and trasher committed Apr 29, 2020
1 parent 9a0acd1 commit 8398d48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/command-line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,13 @@ Domains in GLPI have evolved from a simple dropdown to a more complex object, in
To migrate your plugin data; use the ``glpi:migration:domains_plugin_to_core`` command. Presence of the plugin is mandatory so checks can be run, you can use the ``--without-plugin`` switch but this is not recommended. If you were using an older version of the plugin than the one required, you can use the ``--update-plugin`` flag.

At the end, all domains types, domains and item relations will be migrated in core tables.

Migrate Racks plugin
^^^^^^^^^^^^^^^^^^^^^^

.. versionadded:: 9.5.0

Since GLPI 9.3.0, data center infrastructure management is available as a core feature. A migration script from Racks plugin was provided inside the ``scripts`` directory.
Since GLPI 9.5.0, this migration script has been refactored and moved inside the CLI console.

To migrate your plugin data; use the ``glpi:migration:racks_plugin_to_core`` command. Presence of the plugin is mandatory so checks can be run, you can use the ``--without-plugin`` switch but this is not recommended. If you were using an older version of the plugin than the one required, you can use the ``--update-plugin`` flag.

0 comments on commit 8398d48

Please sign in to comment.