Updating OJS 3 within a release (using git)

Hi,

When I update withing a release (using git pull), e.g. to get a bug fix, is it necessary to

  • run the upgrade script
  • run the composer
  • run nmp
  • update the submodules

best,
Carola

Hi @carola

Yes it is, but I would suggest you run these commands on this order:

  1. update the submodules
  2. run the composer
  3. run nmp
  4. run the upgrade script **

NOTE: ** before run “step 4” backup your database and your files_dir, because you will be able to roll back if something goes wrong.

Best,
Israel