When try update the retool version (backend, main, worker, runner) using dockerfile: tryretool/backend:3.114.28-stable I got a error saying that task is unhealthy in my main service.
Updating from 3.75.25-stable, using retool-temporal:1.1.5
Hi @GuilhermeMoreno , could you please share the logs generated by the containers? One think that comes to my mind is that an additional env var was introduced to this new version and it's not being set. We should have further details on the log files.
Welcome to the community, @GuilhermeMoreno! To the above point, your container logs should provide clarity into what's going on here. I'd be happy to help review them or your compose.yaml
file.
Hey guys, the solution I found was to grant ownership of the entire public
schema to the job runner user. After doing that, the update went through successfully.