Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

AWS with docker: Can't update to latest version.

Open mehrajagdish opened this issue 1 year ago • 4 comments

Describe the bug Currently running the version 1.8.3 , pulled the latest code from github then restarted the docker build. Still shows version 1.8.3.

To Reproduce Steps to reproduce the behavior:

  1. connect to EC2 instance.
  2. go to Flowise folder
  3. take latest pull using git pull
  4. got to docker folder
  5. stop using docker-compose stop
  6. restart using docker-compose up -d
  7. open gui , version still not updated

Expected behavior Flowise shoud be on the latest version 1.8.4

Setup

  • Installation [Docker on AWS]
  • Flowise Version [1.8.3]
  • OS: [Linux]

mehrajagdish avatar Jul 19 '24 20:07 mehrajagdish

The steps should be correct and working fine, any error logs from docker?

HenryHengZJ avatar Jul 22 '24 12:07 HenryHengZJ

No error logs shown in docker logs

mehrajagdish avatar Jul 30 '24 19:07 mehrajagdish

Found the issue i need to do docker-compose pull and then docker-compose up --build -d

mehrajagdish avatar Jul 30 '24 19:07 mehrajagdish

Massive thanks @mehrajagdish I have been struggling with this. It seems the commands in the docs no longer have the correct syntax.

blissiraDC avatar Aug 02 '24 13:08 blissiraDC

Thanks! Updated the docs

HenryHengZJ avatar Aug 31 '24 11:08 HenryHengZJ