Closed luigiubezio closed 2 months ago
Use curl -fsSL https://raw.githubusercontent.com/EvernodeXRPL/evernode-test-resources/main/sashimono/installer/evernode.sh | sudo bash -s update
to update
Thanks Chalith, it worked. Updating another server the command you gave me, didn't start, but with the 'stantdard' command 'evernode update' I get a similar error:
_root@naevernode2:~# evernode update Checking for updates... New Evernode update available. Setup will re-install Evernode with updated software. Your account and contract instances will be preserved.
Do you want to install the update? [Y/n] Y
Starting upgrade... Installing Sashimono... Installing docker packages There was an error during installation. Please provide the file /tmp/evernode/installer-1720606082.log to the Evernode team by visiting this link: https://github.com/EvernodeXRPL/evernode-host/issues. Thank you._
The content of the log file is as follows: 2024-07-10 10:08:02 ---Sashimono installer (upgrade)--- 2024-07-10 10:08:03 Failed to connect to bus: No such file or directory 2024-07-10 10:08:03 [STAGE] Installing docker packages 2024-07-10 10:08:03 Private docker registry installation skipped 2024-07-10 10:08:03 mkdir: missing operand 2024-07-10 10:08:03 Try 'mkdir --help' for more information. 2024-07-10 10:08:03 Could not create ''. Make sure you are running as sudo.
I used the command evernode update just answered yes to proceed, and I received the following error
Starting upgrade... Installing Sashimono... Installing docker packages There was an error during installation. Please provide the file /tmp/evernode/installer-1720187338.log to the Evernode team by visiting this link: https://github.com/EvernodeXRPL/evernode-host/issues. Thank you.
the content of the above mentioned file is just below (there are only few lines)
2024-07-05 13:48:58 ---Sashimono installer (upgrade)--- 2024-07-05 13:48:58 Failed to connect to bus: No such file or directory 2024-07-05 13:49:01 [STAGE] Installing docker packages 2024-07-05 13:49:01 Private docker registry installation skipped 2024-07-05 13:49:01 mkdir: missing operand 2024-07-05 13:49:01 Try 'mkdir --help' for more information. 2024-07-05 13:49:01 Could not create ''. Make sure you are running as sudo. installer-1720187338.log (END)