1. QuickStart
1.1. QuickStart of ZenTao 12 series
1.1.1 Document management
1.1.2 How to check whether a user has product and project access permission
1.1.3 Annual summany
1.2. ZenTao 12 series Starter
1.2.1 Manage personal issues in ZenTao
1.3. ZenTao 12 series Advanced
1.3.1. Process overview
1.3.1.1 ZenTao project management flow chart
1.3.2. Personal issues management
1.3.2.1 Manage personal issues in ToDo
1.3.2.2 Focus on the tasks, stories, and bugs assigned to me
1.3.2.3 Check or change my information in my profile
1.3.3. Product Manager management
1.3.3.1 Manage product
1.3.3.2 Manage product line
1.3.3.3 Create and review stories
1.3.3.4 Change story and review story
1.3.3.5 Story status and development stages
1.3.3.6 Notes of the Story
1.3.3.7 Manage product module
1.3.3.8 Create plans
1.3.3.9 Create releases
1.3.3.10 Roadmaps
1.3.3.11 Document management
1.3.3.12 Product planning meeting
1.3.3.13 Participate in project management, demostrations, and summaries
1.3.3.14 Basic statistical reports of stories
1.3.4. Project Manager management
1.3.4.1 Create a project
1.3.4.2 Set up the project team
1.3.4.3 Determaine the story list in a project
1.3.4.4 Task Breakdown
1.3.4.5 Daily standup meetings
1.3.4.6 Track the progress of projects via Burndown chart
1.3.4.7 Track the progress of projects via various lists
1.3.4.8 The review meeting and retrospective meeting
1.3.4.9 Basic statistical reports for project tasks
1.3.5. Development Team management
1.3.5.1 Participate in project planning meeting and decompose tasks
1.3.5.2 Create build
1.4. QuickStart of ZenTao Biz 12 series
1.4.1 Gantt Chart

Upgrade via source code (for all systems)

2022-12-13 17:16:11
Jing Wang
401
Last edited by WANG JING on 2023-01-05 17:46:32
Share links
Summary : This article will talk about how to upgrade ZenTao via source code for various installations.

The upgrade is to save the data of the old version, so make sure to backup the data before the upgrade to avoid data loss due to accidents during the upgrade. After the service is stopped, copy the ZenTao code directory as the backup and the database backup.


Here are the steps to upgrade for all systems:

I. Upgrade Steps

  1. Download the new version of the source package ending in .zip from our website. For the versions after open source 16.5, please select the installation package according to the php version.
  2. Unzip the new program and overwrite it to the original directory. For example, if the directory where zentao was previously installed is under c:\xampp\zentao, overwrite the code to c:\xampp\zentao by copying all the files under zentaopms/ to xampp/zentao/ and pasting them under it.
  3. Execute the upgrade process. If the access path of ZenTao is http://192.168.1.99/zentao/, the upgrade path is http://192.168.1.99/zentao/upgrade.php.
  4. Follow the guide, select the right version and just follow the steps.

Note:

  • Do not remove the original program and unzip the new version, pay attention that it is overwritten! Do not copy into c:\xampp\zentao\zentao.
  • Do not download the program with .exe end for upgrade, that will overwrite the original data!

II. Plug-in Compatible Issues

If you have installed 3rd party plug-ins before the upgrade, you need to check if they are compatible with the new version of ZenTao. If you find that you cannot access it after the upgrade, please replace the ZenTao running code with:

  1. Rename the current running code folder of ZenTao ( the default is usually zentao or zentaopms).
  2. Download the same source code of same version of ZenTao from our website, unzip it and put it under the same directory, keeping the folder name the same as the name of the previous folder of ZenTao running code.
  3. Copy the config/my.php www/data/upload/1 www/.ztaccess www/.htaccess from the original folder to the corresponding directory of the new ZenTao folder, and then try to access ZenTao.
Write a Comment
Comment will be posted after it is reviewed.