Cloudron 9.0.5 doesn't show backups from version 8?
- 
Not critical for me, but after upgrading to Cloudron 9.0.5, no previous backups are being shown - only the one I made after upgrading (and potentially any new ones coming up). Is that intentional? After all, there might be a case where I'd want to restore a previous setup. This only applies to system backups, the individual apps do show their previous backups. 
- 
Hm this should not really be the case. Can you check if the backups are still in the db table or not via SSH and: mysql -uroot -ppassword box -e 'select id,creationTime from backups where type="box"'Also just to be sure, were they gone immediately after update or maybe purged by the cleanup job? The task logs there should hopefully give some indication. 
- 
Alright and have checked the eventlog, yet? If you filter by backup.cleanup events you should see which one triggered the cleanup, it will show in the eventlog entry details. If that is the case at least we know it came from there and not some migration issue. Ideally then the logs for that run are still available to further get down to the issue. 
 
