#Cypher looking for HACS

1 messages · Page 1 of 1 (latest)

sullen oriole
#

Okay my install type is Home Assistant Container

jade nimbus
#

Good

sullen oriole
#

This is the version i'm running.

core-2021.12.9
somber mason
jade nimbus
#

You are behind 🤣

#

2022.3 is current

sullen oriole
#

oh wow lol

pliant latch
#

Not too old a core though. At least it’s <6 months old lol

sullen oriole
#

I should update

pliant latch
somber mason
#

Is that what you just installed? Or have you had it for that long?

pliant latch
#

With multiple yyyy.mm.xx versions (the xx)

sullen oriole
#

I've had it for a few months

#

I think it's outdated because it's running in docker, possibly

#

but I could be wrong

pliant latch
#

Docker doesn’t mean outdated by itself

somber mason
#

Just checking. I know QNAP offers an ancient version of HA

sullen oriole
#

well maybe just the specific instance that's fit to run on the synology 420+

#

What do you guys run it on?

jade nimbus
#

If you have a version of HAss….updating it should be a synology thing

#

Learn how to pull a new version and run it for your hardware

sullen oriole
#

Well the version I got was from the docker registry

jade nimbus
#

So, how did you get your current version?

somber mason
#

yeah, a couple months ago

#

so in that time, new images have been created

sullen oriole
#

I don't mind running it natively, in non docker setup if it gets me the latest and greatest.

somber mason
#

you need to pull the newer image

#

nah the docker way is going to keep things neater

sullen oriole
jade nimbus
#

No, stick with docker….just trying to help you update

#

I have a synology. It updates me when new versions are available. That being said, I run HAss on Debian with docker-compose

#

So

#

sudo docker-compose pull home-assistant

#

sudo docker-compose up -d home-assistant

#

Does synology run native docker compose?

pliant latch
sullen oriole
#

I know you can install the terminal in HA through supervisor > Addon store but that's not accessible

#

nvm I think I found it

somber mason
#

You run images, and they are containers

#

The image contains everything that is needed to run a certain thing. In this case, HA

pliant latch
#

Ah yep

somber mason
#

When you stop it, the container is gone

#

But you still have the image

#

So updating is actually like tossing out an old CD and replacing it with a new one

#

You pull the new image down, and get rid of the previous one