-
Notifications
You must be signed in to change notification settings - Fork 323
upgrade
Ady Liu edited this page Nov 30, 2016
·
1 revision
Document>> upgrade
- first download the latest package
- Jafka Releases https://github.com/adyliu/jafka/releases
- Google Drive https://drive.google.com/drive/folders/0B4VObojKr49KeVNaTnc3bDlKNXM
- Baidu Pan http://pan.baidu.com/s/1kU2LuwJ
unpack the package:
tar xvzf jafka-x.x.x.tgz
-
stop old service
jafka/bin/run.sh stop jafka/bin/run.sh remove mv jafka jafka.bak
-
copy old configurations
ln -s jafka-x.x.x jafka cp jafka.bak/conf/log4j.properties jafka.bak/conf/server.properties jafka/conf/
-
install new service and start the service
jafka/bin/run.sh install jafka/bin/run.sh start
Done.
Language: English | Simple Chinese