Skip to main content


#5 #4 #1 #2 #3 #8 #6 #7 @Friendica Support

Just rechecked the structure with the following result:

git checkout
Your branch is up to date with 'origin/stable'.
/addon$ git checkout
Your branch is up to date with 'origin/stable'.

Update solved:
Just ran the command, as described in the 2026.01 release description:
bin/composer.phar run install:prod

Apparently that did the job:

Este es Friendica, version 2026.01 ejecutándose en ubicación https://respective.domain. Versión de la BD es 1576/1586, la versión después de actualización es 1550/1550.


👍

@…ᘛ⁐̤ᕐᐷ jesuisatire bitPickup Yes, you need to let composer reinstall vendor as new/updated packages might be used by newer code.

I put all required commands into a deploy.sh script to just only execute that script, then I won't miss any commands to run.

Mine is here BTW:
https://f.haeder.net/deploy.sh