⬆️Upgrade
Upgrade to the latest version of goracle binary.
Latest Version: 1.0.26
Docker Stop
goracle docker-stopDocker Remove Exited Container
docker rm $(docker ps --filter=exited -q)Goracle Update
goracle update
Answer y if you see this question.
Update "/usr/bin/goracle" [y/N]? y
Docker Start
goracle docker-start --backgroundCheck Docker Logs
docker logs -f goracle-nr
Old Version
If you're in old version like 1.0.14 or the binary don't have update cli you use this step to remove the old version and download the latest version of goracle binary.
Stop Docker
If your output logs no job stopped you can skip this part.
goracle docker-stopRemove Old Version
rm /usr/bin/goracleDownload Latest Binary
sudo wget -qO /usr/bin/goracle https://staging.dev.goracle.io/downloads/latest-staging/goracle && sudo chmod u+x /usr/bin/goracleStart Goracle Node
goracle docker-start --backgroundCheck Your Logs
docker logs -f goracle-nrLast updated
Was this helpful?