@luckow It seems the multipart copy is not succeeding. What is the backup provider (minio?) ? If minio, do you see any errors on the minio side? Do you know how big the data for that app is?
This was a regression in 7.0. When user profiles are locked, the password is not reset properly. This is fixed in next release. Workaround for now is to disable locking of user profile. Alternately, you need this change - https://git.cloudron.io/cloudron/box/-/commit/37f066f2b0e4aa50ec45b387dd1d79b539d1aaf5
@chicagogregg By chance did you or someone write up a step by step guide on this? I'm needing to do something similar but for whatever reason, ssh proxying and I don't seem to get along.
@nebulon Ok so weird thing, it works in Firefox (I normally use Safari). Let me do some more investigating, I guess Safari is probably blocking something for privacy reasons…
@jodumont from experience I know MX doesn’t work because the mailserver doesn’t respond to IPv6. That way we’ve lost some mails before we discovered that.
@girish I have removed that file. done sudo apt auto clean and rebooted the server.
After reboot and runnning the /home/yellowtent/box/setup/start.sh
command, everything worked again. That key was the issue.
@girish I went ahead and made the change manually and we are back in business.
In case anyone else looks at this, the home/yellowtent/box path is on the server hosting cloudron.
@d19dotca yes firehol is very interesting
but also very dangerous, especially with IPTables
our mind crossed each other, I just mentionned FireHol in a request: https://forum.cloudron.io/topic/6009/firewall-per-domain-container
@kirakodo what is the output of this command that tests IO on your system?
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync ; rm /tmp/test1.img
@girish I couldn't recover MySQL so I just decided to install Debian on my server and run Cloudron inside of a Ubuntu VM so I can take snapshots incase if that happens to me again.
Thanks for the help tho