Versions Compared

Key

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

...

  1. Backup your current Joget installation files and database.

    Thai
    สำรองไฟล์และฐานข้อมูลการติดตั้ง Joget ปัจจุบันของคุณ
  2. Download and install Joget DX 8 in a new folder using the Windows or Linux Installer. We will copy some files from here to your Joget v5-v7 folders.

    Thai

    ติดตั้ง Joget DX ในโฟลเดอร์ใหม่โดยใช้ Windows หรือ Linux Installer จาก https://download.joget.org/ เราจะคัดลอกไฟล์บางไฟล์จากที่นี่ไปยังโฟลเดอร์ Joget v5-v7 ของคุณ

  3. Make the above changes in startup script (add new "-javaagent" argument and "-Xmx" value) and copy in the Glowroot files to ".\wflow\glowroot\" (if you are upgrading from v5 or v6).

    Thai

    ทำการเปลี่ยนแปลงข้างต้นในสคริปต์เริ่มต้น (เพิ่มอาร์กิวเมนต์ "-javaagent" ใหม่และค่า "-Xmx") และคัดลอกในไฟล์ Glowroot ไปที่ ". \ wflow \ glowroot \"

  4. Delete all the files in ".\work" folder in ".\apache-tomcat-9.x.x" folder. These are cache files and can be safely deleted.

    Thai

    ลบไฟล์ทั้งหมดในโฟลเดอร์ ".\ work" ในโฟลเดอร์ ". \ apache-tomcat-9.x.x" นี่คือไฟล์แคชและสามารถลบได้อย่างปลอดภัย

  5. Delete the ".\jw" and ".\jwdesigner" folders in ".\apache-tomcat-9.x.x\webapps" folder. Joget will re-create the "/jw" folder on startup. Note: The old jwdesigner.war process builder has been deprecated and need not be copied to your new Joget installation.

    Thai

    ลบโฟลเดอร์ ".\ jw" และ ".\ jwdesigner" ใน ". \ apache-tomcat-9.x.x \ webapps" โฟลเดอร์ Joget จะสร้างโฟลเดอร์ "/ jw" ใหม่เมื่อเริ่มต้น

  6. Delete the older "jw.war" and "jwdesigner.war" files.

    Thai

    ลบไฟล์ "jw.war" และ "jwdesigner.war"

  7. Copy Joget DX 8 "jw.war" file into ".\apache-tomcat-9.x.x\webapps\" folder. The source "jw.war" file is located in the same path as in v5-v7.

    Thai

    คัดลอกไฟล์ "jw.war" ของ Joget DX ไปที่ ". \ apache-tomcat-9.x.x \ webapps \" ไฟล์ "jw.war" ต้นทางอยู่ในพา ธ เดียวกับใน v5-v7

  8. If necessary, edit the database configuration file ".\wflow\app_datasource-default.properties" to point to your existing v5-v7 database.

    Thai

    หากจำเป็นให้แก้ไขไฟล์การกำหนดค่าฐานข้อมูล ". \ wflow \ app_datasource-default.properties" เพื่อชี้ไปที่ฐานข้อมูล v5-v7 ที่มีอยู่ของคุณ

  9. In Joget DX 8 folder, go to apache-tomcat-9.x.x\webapps\jw\WEB-INF\classes\setup\sql and open your respective database type (e.g. jwdb-mysql.sql )
  10. Run the 2 following create table scripts CREATE TABLE from the .sql script statements in your current database:
    1. wf_process_link_history
    2. wf_history_process
  11. Start Joget Apache Tomcat and monitor the joget.log and catalina.log for errors.

    Thai

    เริ่ม Joget Apache Tomcat และตรวจสอบข้อผิดพลาด joget.log และ catalina.log

...