this post was submitted on 11 Jul 2023
26 points (96.4% liked)

Selfhosted

39151 readers
378 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I am pretty new to the whole self-hosted thing and want to ensure I have the latest security fixes even for my tiny instance.

I installed my instance using Ansible and am trying to find the steps to update my lemmy-ui version but I am not having a ton of luck. Is there documentation or some steps I can take to update?

top 13 comments
sorted by: hot top controversial new old
[–] ablackcatstail@lemmy.goblackcat.com 7 points 1 year ago (2 children)

Yes, go to your Lemmy instance and run a docker-compose pull. This should pull the latest updates for you. Before pulling the latest instance, I would recommend running docker-compose down first. This worked for me but I set my instance up without using Ansible. That much said, I believe it should work for you as well. You might need to edit the docker-compose.yml file and specify the version as latest.

[–] robotrash@lemmy.robotra.sh 4 points 1 year ago* (last edited 1 year ago) (1 children)

Is there a way to specify latest in the yml file or should I manually enter the latest version?

Edit: don't foolishly try asking questions from your Lemmy instance after running docker-compose down...

[–] ablackcatstail@lemmy.goblackcat.com 4 points 1 year ago (1 children)

Yes there is. To do so look for the line with image: statement and do something like image: dessalines/lemmy-ui:latest Try this. You may not even have to do that. First try the plain old docker-compose pull. Since now enough time has elapsed, I am guessing that it should pull the latest image without having to edit the docker-compose.yml file.

[–] robotrash@lemmy.robotra.sh 3 points 1 year ago (1 children)

Last silly question, what's the easiest way to verify my version post-upgrade?

[–] ablackcatstail@lemmy.goblackcat.com 3 points 1 year ago (1 children)

The only unasked question is the silly one. If you scroll down to the bottom of your Lemmy instance in the web browser, you should see the current one you're on. It should like something like this:

[–] robotrash@lemmy.robotra.sh 2 points 1 year ago* (last edited 1 year ago)

I think I've got it but I noticed it doesn't show the UI version like yours?

https://lemmy.robotra.sh

Edit: I did have to update the yml to use latest. I'm not sure if it's something with Ansible but when I followed the update steps to update using Ansible it seems to hardcode the version in, not sure where it's pulling that from.

[–] kensand@lemmy.kensand.net 3 points 1 year ago (1 children)
[–] robotrash@lemmy.robotra.sh 4 points 1 year ago (1 children)

Funnily enough I am gregpxc (the one who posted the noob instructions there) lol

[–] InattentiveRaccoon@lemmy.animal-machine.com 3 points 1 year ago (1 children)

Thanks for those, btw. Both docker and sql are things that I'm not super familiar with, so it was nice to have a guide.

[–] robotrash@lemmy.robotra.sh 7 points 1 year ago (1 children)

I am glad they helped! I am new to this as well so after piecing all the steps together I wanted to make sure it was easier for other first timers.

[–] AmosBurton_ThatGuy@lemmy.ca 4 points 1 year ago (1 children)

Just wanted to say, I love people with attitudes like yours. Figure out something challenging and then immediately put your knowledge to use by helping others through the challenges you just faced.

Kudos 👍

[–] robotrash@lemmy.robotra.sh 3 points 1 year ago (1 children)

I'm a Sys Admin that actually documents so it comes naturally at this point 🤣

[–] AmosBurton_ThatGuy@lemmy.ca 2 points 1 year ago

Regardless of why you do it, I, and I'm sure many others are very grateful for your contribution! Thank you!

load more comments
view more: next ›