Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 请准备一个测试环境,最大限度的模拟生产环境的各个方面 (e.g. 用户设置, 网络环境, cpu/内存 能力, 数据库) . 使用一个新的数据库环境.
  2. 当测试环境准备好以后, 您可以使用一个无数据的数据库,仅仅导入应用. 测试所有功能.
  3. 如果步骤 2 没问题, 您可以克隆生产环境的数据库. 测试所有功能.
  4. 如果您的Joget Workflow与其它系统有集成, 请完成相应的测试.
  5. 完成以上步骤后,请继续以下步骤.

完成备份

 backup your files and perform the necessary tests after the upgrade. If you are upgrading from v3, please note that there have been security hardening changes since v4 so please refer to 备份 您的文件和数据. 如果您升级自v3, 请注意 v4 以后的安全性升级,请参考 v4 Compatibility .

...

升级Joget Workflow

Warning

Do not upgrade directly in a production server without prior testing未经测试, 请勿直接升级.

Info
titleNote on Upgrading on Joget Workflow v5 to v6

Although in default bundle of 虽然 Joget Workflow v6 安装包, it is shipped together with 默认使用 Apache Tomcat 8.5 and 和 Java 8, it is possible for one to run Joget Workflow v6 in Joget Workflow v5's bundle of  Joget Workflow v6 也能运行在 Apache Tomcat 8 and Java 7. It is recommended to use the newer version as it offers better performance and bug fixes.推荐您使用最新的版本.

  1. 从安装文件中获取最新的 Locate the new jw.war and  和 jwdesigner.war files from either the 文件:
    1. Downloadable Installers下载安装包 (in the /apache-tomcat-x.x.x/webapps directory目录下); or 
    2. The Enterprise Support Site for Enterprise Software Subscribers.
    3. 或 
    4. 企业版支持系统 (企业版订购者).
  2. 停止Apache Stop Apache Tomcat / Joget.
  3. Backup the existing installation data (Please refer to 备份现有数据 (请参考 Joget Workflow Deployment Best Practices)
  4. Delete the existing jw.warjwdesigner.warjw and jwdesigner directories in 删除当前 "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps" 目录中的 jw.warjwdesigner.war, jw 和 jwdesigner . 
  5. 删除Apache Tomcat 工作目录缓存 Delete the Apache Tomcat working directories i.e. the "jw" and "jwdesigner" directories in "[Joget Installation Directory]/apache-tomcat-x.x.x/work/Catalina/localhost".
  6. Copy the new 复制最新的 jw.war and jwdesigner.war files into the Apache Tomcat webapps directory  文件到 "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps".(注:v5以后的版本, jwdesigner.war不是必须的,可以不作升级)
  7. 启动 Start Apache Tomcat / Joget Workflow.

...