Versions Compared

Key

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

【Linux系统】

  1. 获取更新包:

    http
    Tip
    iconfalse
    title2.8.x更新包

    https://dcpan.ireport365macochart.com/ireport365-installer-2.3.2.1.wars/tKGEyGnaFd3BGDi


    集群版(含高可用集群版)更新包:
    https://pan.macochart.com/s/XbCo8M28BjwfQd4

    【点击这里查看更新记录】

     

  2. 将更新包上传至服务器目录 /opt/iReport365maco/

    Warning
    title请注意更新包路径
    /opt/iReport365maco /ireport365maco-installer.war x.x.x.x.war  (x.x.x.x是版本号)



  3. 执行以下命令:

    Code Block
    languagebash
    linenumberstrue
    cd /opt/iReport365maco/
    ./stop.shpkill -9 java        //关闭所有java进程,请确认服务器中没有运行其它应用
    mv ireport365maco.war  ireport365 maco.war.2016050120191009         //这里是当前日期
    mkdir ireport365maco.war
    cd ireport365maco.war
    cp ../ireport365maco-installer.x.x.x.x.war     //x.x.x.x是版本号
    unzip ireport365maco-installer.x.x.x.x.war 
    rm -fr ireport365maco-installer.x.x.x.x.war cd
    ..
    ./run.sh /opt/maco/tomcat8/bin/startup.sh