Can not update the Rocket Chat App
-
When we update the rocket app we have an error:
Cloudron Error - Manifest error: Unknown property (not in schema) @ / addons/oidc.
Please help Us.
-
-
This post is deleted!
-
@glenkiewicz The Cloudron version is very behind. Currently, Cloudron version is 7.7 . OpenID integration that the rocket.chat package requires is in Cloudron 7.4. You have to update Cloudron to a more recent version. I suggest something like this:
- First, roll back rocket.chat to previous release where it worked.
- Then, update Cloudron to latest
- Then , rocket.chat updates should work
-
@glenkiewicz the update is failing . In the old version, there were no update logs. You have to check in either
journalctl -u cloudron-updater
or there will be log files in/home/yellowtent/platformdata/logs/updater/
. Can you see if there is some error there? -
@glenkiewicz I think it has cached some old release information. You have to remove the cache -
rm /home/yellowtent/platformdata/update/*
. Then,systemctl restart box
. In the dashboard (refresh the browser for good measure), check for updates again and it should update. -