Hey Marcos. All things considered, I'm personally doing ok, albeit quite busy trying to get v17.0 done. I'm also quite concerned about the well being of our Ukrainian brothers and sisters, but other than that, I'm fine.
TBH, I have never used Nextcloud myself and have no idea what might cause that?! I have (previously) tested an update of our v16.1 appliance and it appeared to work fine.
Did you complete all the steps? As noted at the bottom of that doc page, the final step (DB cleanup & update) will likely take some time. I'm not completely clear how it tells what version it has, but perhaps the webUI and CLI use different version checking methods? Or perhaps one is being cached somehow? Even if you are sure you've run everything, perhaps it's worth re-running the DB steps again, just in case?! And if the weirdness continues, perhaps retry running the update?
Also, not sure if it has any relevance, but restarting Apache might also be worth a try. That may well explain why the webUI reports available updates, but not the CLI (PHP generally requires a webserver restart to reload files & config).
Another thought is perhaps file permissions? TBH, I'm not sure how (or why) that might affect things, but maybe? If you ran any commands within the web root as root, then perhaps the permissions are out of whack? To ensure that it's all owned by Nextcloud:
chown -R www-data:www-data /var/www/nextcloud*
Worst case scenario you could do a manual update. I would expect that to work for sure...
If you continue to keep hitting issues, please share as much info as possible and I'll see if I can reproduce your issue.
Hey man, I'm going ok, busy but ok...
Hey Marcos. All things considered, I'm personally doing ok, albeit quite busy trying to get v17.0 done. I'm also quite concerned about the well being of our Ukrainian brothers and sisters, but other than that, I'm fine.
TBH, I have never used Nextcloud myself and have no idea what might cause that?! I have (previously) tested an update of our v16.1 appliance and it appeared to work fine.
Did you complete all the steps? As noted at the bottom of that doc page, the final step (DB cleanup & update) will likely take some time. I'm not completely clear how it tells what version it has, but perhaps the webUI and CLI use different version checking methods? Or perhaps one is being cached somehow? Even if you are sure you've run everything, perhaps it's worth re-running the DB steps again, just in case?! And if the weirdness continues, perhaps retry running the update?
Also, not sure if it has any relevance, but restarting Apache might also be worth a try. That may well explain why the webUI reports available updates, but not the CLI (PHP generally requires a webserver restart to reload files & config).
Another thought is perhaps file permissions? TBH, I'm not sure how (or why) that might affect things, but maybe? If you ran any commands within the web root as root, then perhaps the permissions are out of whack? To ensure that it's all owned by Nextcloud:
Worst case scenario you could do a manual update. I would expect that to work for sure...
If you continue to keep hitting issues, please share as much info as possible and I'll see if I can reproduce your issue.