I am trying to start an open source instance hosted on GoogleCloud. I follow the guide here by using follow the steps for Google compute engine: https://redash.io/help/open-source/setup and I can succesfully log in to the created instance using the IP. Then i follow the guide to upgrade to V10.
I follow the guide here: Release v10.0.0 · getredash/redash · GitHub
But step 7 never completes: docker-compose up --force-recreate --build
The log just loops and retries endlessly, the line: “postgres_1 | LOG: unexpected EOF on client connection with an open transaction” keeps reappearing and seems to the likely suspect.
I don’t know what the issue is and I just need to upgrade to V10 in order to use the migration tool. Thanks for any help!
So there was a misunderstanding on my part. The command actually worked, when i Ctrc C:ed and continued with the next steps and logged in to redash it correctly showed V10. So it it’s supposed to be a never ending loop from that command that you are supposed to cancel, I expected it to terminate on it’s own and I thought the command just restarted and retried to finish each time.