Right, we don't recommend upgrading since we trying to keep our testing simple. Security updates are enabled for the base packages that we use. We don't really use many base packages - nginx, collectd. Rest are all containerized (mysql/mongo/redis/email etc) and updated via our docker updates. Docker, nodejs itself are all installed from binaries and not via apt.
The app does some reason in unresponsive on first start after an update. I had to restart the app after the app and it starts up fine.
For the next update, I will see if this happens again. If that's the case, I will fix up the package to restart the app. I couldn't find anything in the release notes
Thank you @nebulon
The update has not happened it.
Shows the same error yet.
Will patiently wait however if nothing is needed to be done at this point.
Thanks!
@mishkalidas When there is an update, you will see an update button in the UI. This is the same for apps - when there is an update, you will see an update indicator in the app grid. There is no other supported update mechanism. Let me know if I misunderstood your question.
@amg It seems there are multiple issues here:
Restore via CLI not working. Can you tell me more what the error is?
Where are you seeing 'Already Setup'? Is this when installing Cloudron? (But the post starts with 'after update' to 3.4)
Please give us more information to help you out.
@nebulon said in Disk filled up with kernel update artifacts:
rm -rf /var/tmp/mkinitramfs*
I had to instead do:
cd /var/tmp
find . -type f -delete -print
This was running for like 5 hours! (and still running)