Skip to content

OneNet Upgrade Guide to the Latest Version

HeliasEurodyn edited this page May 17, 2023 · 8 revisions

OneNet Upgrade Guide on Users Premisses Server

1. Stop your Onenet server

Go to to your Onenet installation on your local premises, locate the folder where onenet docker-compose.yml file is and type the command docker-compose down to stop your server.

2. Download and replace the files

Clone the https://github.com/european-dynamics-rnd/OneNet repository, by typing:

cd /opt/onenet-true-connector/
git clone https://github.com/european-dynamics-rnd/OneNet.git

and replace all the docker files with of your installation to the new ones that you just downloaded

3. Restart the Server

Run the bellow commands to restart the server

docker pull eurodynrnd/onenet-local-api:latest
docker pull eurodynrnd/onenet-ui:latest
docker-compose up --build -d