Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.07 KB

MigrationGuide.md

File metadata and controls

24 lines (13 loc) · 1.07 KB

PuMuKIT Migration Guide

To do a migration there are two options (A or B) and, depending on your Pumukit version can be also necessary to execute another additional migration steps after the the general migration procedure (A or B) (you can see this steps in the Specific migration guides down below)

A) Installation using git

In this case you only have to do a 'git checkout' to the desired tag.

For example, if you want to migrate from 3.4 to 3.9 you must stop pumukit, do git checkout 3.9.x in the folder and then launch pumukit again

B) Installation using composer.json

In this case you must change the selected branch in the file and after execute "composer update" to update

Specific migration guides

  1. Guide to migrate from PuMuKIT 2.6 to PuMuKIT 3.0
  2. Guide to migrate from PuMuKIT 3.0 to PuMuKIT 3.1
  3. Guide to migrate from PuMuKIT 3.4 to PuMuKIT 3.5
  4. Guide to migrate from PuMuKIT 3.8 to PuMuKIT 3.9