What's coming in 8.2
-
@girish said in What's coming in 8.2:
Remove the global lock for backups.
Finally, the global lock is gone. Practically, what this means is: Backups and Updates do not block app configuration anymore.
-
-
@girish said in What's coming in 8.2:
App archival?
This is implemented now. In the Uninstall section, there is an option to archive.
In the Backups view, there is a listing of archives. You can unarchive them from there.
Archiving means:
- App gets uninstalled freeing up space on server
- App won't be in the main dashboard
- The latest backup of the app is kept "forever". Not affected by backup cleaning policies.
- Can be unarchived. If you delete the archive entry itself, the associated backup will eventually go away based on cleanup policy.
-
Wow this can be super useful.
Awesome ๏ธ -
@girish said in What's coming in 8.2:
Add more notification methods
The notification stuff has been refactored now. For a start, each user (only admins) can decide what they want to get notified about by email. If you want notification about specific things, happy to add more but we just added the basics right now.
-
Making more change to backup stuff relies on getting the global lock changes out and well tested before we make more changes here. We will get 8.2 out in the coming week(s). Apart from backups, I think we implemented all the features listed initially. Will also help us get out Formbricks, Wallos and some other apps which rely on 8.2 features.
-
@girish About "app is down", I'm interested in a way to tune "restart automatically" for app being down. It's not the first time I notice an app is down or not responding because it crashed during the night and in the morning I have to manually restart it.
it happened for instance that my wordpress blog was stopped due to high traffic because of being on the frontpage of hacker news... and so was down for several hours... what a pity -
@SansGuidon I think we can add an automatic restart (one time when health check fails) next release. I guess we can make this hardcoded/automatic in the platform itself.
-
@girish said in What's coming in 8.2:
Making more change to backup stuff relies on getting the global lock changes out and well tested before we make more changes here. We will get 8.2 out in the coming week(s). Apart from backups, I think we implemented all the features listed initially.
Does that mean the backup stuff listed above isn't going to be included in 8.2?