upgrade - adyliu/jafka GitHub Wiki

Upgrade guide

Document>> upgrade

  1. first download the latest package

unpack the package:

tar xvzf jafka-x.x.x.tgz
  1. stop old service

    jafka/bin/run.sh stop jafka/bin/run.sh remove mv jafka jafka.bak

  2. copy old configurations

    ln -s jafka-x.x.x jafka cp jafka.bak/conf/log4j.properties jafka.bak/conf/server.properties jafka/conf/

  3. install new service and start the service

    jafka/bin/run.sh install jafka/bin/run.sh start

Done.


Language: English | Simple Chinese