Yacht icon indicating copy to clipboard operation
Yacht copied to clipboard

Update

Open Gottarocket opened this issue 2 years ago • 21 comments

I am not sure if its armv7 specific but when clicking on Settings->Update it shows error and Update option stays non-responsive.

image image

Gottarocket avatar Jun 11 '22 18:06 Gottarocket

Have been unable to replicate, please include more specifics about your system setup, specs and screenshots.

wickedyoda avatar Jul 12 '22 14:07 wickedyoda

Raspberry pi 4 Cant update yacht within yacht

Gottarocket avatar Jul 13 '22 03:07 Gottarocket

Just to confirm this issue with my installation. Pi4 docker yacht and portainer Screenshot_20220719-180007_Fennec

Dunkelschunkel avatar Jul 19 '22 16:07 Dunkelschunkel

Try pulling yacht:devel instead of yacht:latest. The devel is the current work in progress, the latest is almost a year old. Several things have caused @SelfhostedPro to slow down development but we are jump starting him slowly.

wickedyoda avatar Jul 27 '22 06:07 wickedyoda

Got Version: devel-2021-12-04. Hope that's the latest one. Also not sure how dockerhub works, but I think latest is selected as default. Many tutorials or your website 'Get started' page doesn't have devel mentioned. So would be better if its mentioned or selected by default for armv7 devices

Gottarocket avatar Jul 27 '22 06:07 Gottarocket

Just use devel with no numbers, latest is used when no tag is specified. In this case yacht:devel is the image:tag

That's a docker default not dockerhub, works the same with all repos. I host mine on GitHub, I refuse to pay for dockerhub even though I would qualify under the free stuff.

wickedyoda avatar Jul 27 '22 06:07 wickedyoda

Oh appreciate the update. Just a small note on the site would be helpful so others can know. Also out of topic but any cli option on yacht. Updating each container one by one is tiresome.

Gottarocket avatar Jul 27 '22 06:07 Gottarocket

The update feature has been working for most, try it after changing the image and let us know if it works afterwards. Might be chasing a bug that's already resolved.

The devel is the "work in progress" so it doesn't always fit the production stable environment. However in this case I want to see if your issues are resolved after changing the image to devel.

What do you mean to us to update? The image to pull because general users should pull the latest or no tag; or the status of the project?

There are regular updates and interaction within our discord, you're welcome to join and follow there. As the site is concerned it's a pain making regular updates to it and serves the purpose of documentation/how to only.

wickedyoda avatar Jul 27 '22 07:07 wickedyoda

It doesn't show there is new update so cant click on update and replicate issue but I believe its resolved. The one I mentioned was off topic. It was about other containers. Wanted to know if there is a cli for yacht or update all containers at once on gui

Gottarocket avatar Jul 27 '22 07:07 Gottarocket

The update feature has been working for most, try it after changing the image.

The devel is the "work in progress" so it doesn't always fit the production stable environment. However in this case I want to see if your issues are resolved after changing the image to devel.

What do you mean to us to update? The image to pull because general users should pull the latest or no tag; or the status of the project?

There are regular updates and interaction within our discord, you're welcome to join and follow there. As the site is concerned it's a pain making regular updates to it and serves the purpose of documentation/how to only.

wickedyoda avatar Jul 27 '22 07:07 wickedyoda

The update feature in yacht spins up a watch dog container which then checks all others for updates to the latest tag. It then downloads them and restarts each with the newest image. This does take a little while, some can be a few mins and other configs can take 30 or more. Lots of it depends on the size of the image and speed of its download, rarely is there something instantly seen.

Is this what you mean? More can be found on GitHub and the yacht site under updates.

wickedyoda avatar Jul 27 '22 07:07 wickedyoda

Yacht is updated as well, if out of date.

wickedyoda avatar Jul 27 '22 07:07 wickedyoda

The time isn't the issue. But would need option to bulk update. Anyway thanks for your time and updates of the image tag

Gottarocket avatar Jul 27 '22 07:07 Gottarocket

The ability and option to bulk update is built in, click update in yacht. I already explained the process it runs and more details are found on yachts page.

wickedyoda avatar Jul 27 '22 15:07 wickedyoda

He means the ability to update multiple containers in one click (ie. With a checkbox next to them). Will leave this open so I can implement this.

SelfhostedPro avatar Jul 27 '22 15:07 SelfhostedPro

Thanks and hope you can add progress bar so we know its done. A small circle filling up next to container would be appreciated. Also my whoogle instance didn't show green dot next to it but actually had an update 2 versions higher. It used to show before not sure why it didn't show now after trying to check updates multiple time. However clicking on update did the update. So which log should I check to know what went wrong in watchtower or yacht gui to show there is an update

Gottarocket avatar Aug 04 '22 10:08 Gottarocket

Seeing the same Bad Request: Resource ID was not provided in red toast. switched from the :latest tag to the :devel tag and the version switched from v0.0.7-alpha.... to devel-2021-12-04--00 but the error "Bad Request" remains.

kwv avatar Apr 21 '23 02:04 kwv

I will check it and get back with you.

wickedyoda avatar Apr 21 '23 22:04 wickedyoda

Show the command you're using that's failing in entirety, the complete command.

wickedyoda avatar Apr 22 '23 04:04 wickedyoda

IMG_0693 IMG_0694

kwv avatar Apr 22 '23 12:04 kwv

launched via:

docker run --restart=unless-stopped -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht:devel

kwv avatar Apr 22 '23 17:04 kwv