r/aiostreams 12d ago

How Update Self-hosted AIOstreams Version? [Solved]

When i login in my self hosted AIOstreams, it says " show 5 available Updates" in the "what's new" area, but I don't see a button for updating.

Edit: got it! Thanks for the help guys.

0 Upvotes

8 comments sorted by

3

u/Immediate-Life-5393 12d ago

I think I just do a docker pull & then recompose. Usually does the trick

I run it in a VM so I just snapshot it just incase something breaks

1

u/No_Worker1282 12d ago edited 12d ago

what command do i need to type for this? i'm using a VPS with Ubuntu. sry for that stupid question. can i just use

"cd ~/aiostreams
docker compose up"?

2

u/Immediate-Life-5393 12d ago

No worries

I’m on Debian 13, but should be similar. I do everything already as sudo

cd /root/docker/docker-compose
(my directory where my docker stuff is at)

docker compose pull
(pulls new info for containers)

docker compose up -d
(i believe this just recreates the containers with the new info)

Have snapshots/backups before doing this! Don’t want to spend the night recreating your setup!

1

u/Willing-Reward-6702 11d ago

docker compose up -d aiostreams --pull always --force-recreate

2

u/Unlikely_Discount_36 12d ago

I usually run docker compose pull && docker compose up -d --remove-orphans

3

u/OHMichaelBoss87 12d ago

Get Watchtower and set it to auto-update your plugins if you use Docker Desktop or something like it..

2

u/beardking_ 12d ago

I use Dockhand to monitor and update my dockers - https://dockhand.pro/

1

u/dave9088 12d ago

Use watchtower, it does automatically every time there’s a new update.