Update to current version of friendica


!Friendica Developers
I am in need of dummy proof instructions to upgrade my friendica server to the current version, I am currently on
This is Friendica, version 2026.04-rc that is running at the web location talkerhub.com. The database version is 1595/1595, the post update version is 1506/1550. which has some Deprecated error messages

Keith

Friendica Developers reshared this.

in reply to Keith

Asuming that you are using git (as you are on the RC branch):

git pull
git checkout stable
bin/composer.phar run install:prod
git log

The git log should show you as last entry "hopefully fix releaser step of woodpecker" and before that "bump version 2026.05". (you can exit the history listing with "q" most likely). If the log does not have these entries at the top, then you need to do a git pull again I guess.

⇧