Updating Hubzilla
I have installed Hubzilla using git clone
, like it is proposed in the documentation.
Now I checked using git status
and saw, that my installation is about 46 commits behind the master I checked out.
So I did a git pull
that is recommended in the documentation for updating the installation.
Now I have an updated Hubzilla, that looks okay'ish. But when I try to read any post, I get a waiting animation on the desktop and no post is loaded.
In the HQ I see the posts on the left side and the notifications on the right side, and new nofications are coming in. But when I click on one, the area in the middle stays blank and the notification is deleted. At my HOME there is no post loaded, stream the same.
The JS console shows a "not found":
GET https://hub.brockha.us/update/channel/load?f=&p=2&wall=1&order=post&_=A_TOKEN 404
Is there something I need to do after git pull
? Something like updating the DB after software update?