v6.0.1
What's Changed
- fix: n9e edge get tpl by @710leo in #1655
- fix: open cstats init by @monster5475 in #1654
- fix: post err process by @alick-liming in #1653
- refactor: proxy api by @710leo in #1656
Install
See Install Docs
Upgrade
See Upgrade Docs
Upgrade to Professional Version
- Upgrade Nightingale to v6.0.0 or higher
- Download the professional edition installation package n9e-plus-v6-linux-amd64.tar.gz. Extract the installation package and place n9e-plus in the directory where the n9e binary resides
- Terminate the n9e process and start n9e-plus
pkill n9e && nohup ./n9e-plus &> n9e.log &
- If you want to switch back from the professional version to the open-source version, simply terminate the n9e-plus process and start n9e
pkill n9e-plus && nohup ./n9e &> n9e.log &
For a detailed introduction to the professional version, see nightingale pro
New Contributors
- @monster5475 made their first contribution in #1654
Full Changelog: v6.0.0...v6.0.1