Update Orion Broker
How to update Orion Broker
Update via Docker
docker pull orionprotocol/orion-broker:latest
Update from Source
# 1) Go to broker directory (stop the orion-broker before that)
cd orion-broker
# 2) Enable script permissions
chmod a+x update.sh
# 3) Run script to update orion-broker
./update.sh