https://www.orchest.io/ logo
m

maotai zou

06/23/2021, 9:17 AM
I have upgraded to the latest version, but I still get the following error
r

Rick Lamers

06/23/2021, 10:34 AM
Hi Maotai, it looks like not all images are on the latest version. Could you run
./orchest debug --compress
and share it with us? If you want to just quickly check the versions you could also run
./orchest version --ext
m

maotai zou

06/23/2021, 1:11 PM
run 
./orchest version --ext
, result is follow: orchest/jupyter-enterprise-gateway:latest  : v2021.06.3 orchest/jupyter-server:latest        : v2021.06.3 orchest/memory-server:latest        : v2021.06.3 orchest/orchest-ctl:latest         : v0.4.1 orchest/update-server:latest        : v2021.06.3 orchest/orchest-api:latest         : v2021.06.3 orchest/orchest-webserver:latest      : v2021.06.3 orchest/celery-worker:latest        : v2021.05.1 orchest/auth-server:latest         : v2021.06.3 orchest/file-manager:latest         : v2021.06.3 orchest/nginx-proxy:latest         : v2021.05.1 orchest/base-kernel-py:latest        : v2021.06.3
run 
./orchest debug --compress
show: Error: No such command 'debug'.
I reinstall and update, now is ok. orchest/jupyter-enterprise-gateway:latest  : v2021.06.3 orchest/jupyter-server:latest        : v2021.06.3 orchest/memory-server:latest        : v2021.06.3 orchest/session-sidecar:latest       : v2021.06.3 orchest/update-server:latest        : v2021.06.3 orchest/orchest-api:latest         : v2021.06.3 orchest/orchest-webserver:latest      : v2021.06.3 orchest/celery-worker:latest        : v2021.05.1 orchest/auth-server:latest         : v2021.06.3 orchest/file-manager:latest         : v2021.06.3 orchest/nginx-proxy:latest         : v2021.05.1 orchest/base-kernel-py:latest        : v2021.06.3
r

Rick Lamers

06/23/2021, 4:58 PM
It's surprising that nginx still hasn't updated. I'd recommend:
./orchest stop
Before updating. And
./orchest update
to make sure all images are on the latest version.
Please verify you have enough disk space available, as it can cause images not to pull
Glad it's already working at least!
m

maotai zou

06/24/2021, 1:35 AM
Thanks again!
🥳 1