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. 
 
