this post was submitted on 21 Apr 2025
8 points (100.0% liked)

Lemmy Support

4838 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

The ansible instructions state to run

git pull && git checkout version_name

but I don't understand what url to put there.

https://github.com/LemmyNet/lemmy-ansible/blob/main/UPGRADING.md

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

git checkout takes a branch or tag name. In your example, it's almost certainly referring to a git tag that aligns with a version of the software.

[–] [email protected] 1 points 1 week ago (1 children)

Version name would be on the git release

[–] [email protected] 1 points 1 week ago (1 children)

I guess I'm still a bit confused. My sites current version is v.0.19.9 The current lemmy release version is v0.19.11. I'm getting this:

 * [new branch]      ansible-galaxy-install -> origin/ansible-galaxy-install
   e4f2728..3f0e6c7  main                   -> origin/main
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

https://github.com/LemmyNet/joinlemmy-site/blob/main/src/assets/news/2025-04-08%20-%20Lemmy%20Release%20v0.19.11.md

[–] [email protected] 1 points 1 week ago (1 children)

Have you tried the lemmy ansible instructions? I also don’t get why it says you’re on a new branch. It should be main

[–] [email protected] 2 points 1 week ago

That's how I installed, however I think I messed up the install folder screwing around. I have two instances, one with no users and email has also stopped working on that one. I'll try to just go back through the basic ansible instructions from scratch and see if that works, I can always roll it back.