forked from pkp/ojs
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This is a guide how to migrate from OJS 2.4.7 to OJS 3.3.0 (the latest at this moment).
High level plan.
- Reset current build
0.1. Switch to init build
0.2. Remove all builds - Sync all files
1.1. files dir (store, specificed in config)
1.2. public files (located in webroot, /public directory) - Copy db from old OJS installation to new one.
- Deploy version 3.2.1
- run
php tools/upgrade.php upgrade - Deploy version 3.3.0
- run
php tools/upgrade.php upgrade - Run necessary database updates (run prepared php script)
- Adjust ownership/permissions of the following files/dirs
8.1. files dir
8.2. /public/journals
8.3. /public/site
8.4. /cache - Enable instance by changing
installedconfig variable. - Enable cron jobs
10.1. Web cache periodic clean
10.2. Run scheduled tasks
Reactions are currently unavailable