Skip to main content


Hello !Friendica Developers

I have been running #2024.03-rc for several days now. When I moved from stable to RC, the database and the update versions were correct once everything was done.

Today, I forwarded the RC by running git fetch & git pull and now I got the following mismatch:

The database version is 1553/1554, the post update version is 1550/1550.

Running bin/console dbstructure update -f doesn't seem to make a difference.

What's going on here? The database version doesn't normally change once the RC is branched off. How to correct it?

Friendica Developers reshared this.

in reply to Andy H3

Last week heluecht fixed an issue in the RC version so smooth out a rough edge that involved some changes in the database, hence the DB version changed. This can happen during RC but might not.