Ability to run multiple snapshots at the same time
complete
S
Stefan Fodor
Right now, for my server, a snapshot takes approx 1h to complete. In this timeframe, I cannot create a new snapshot, nor stop the currently running one.
This makes it pretty annoying when there is a full CI/CD pipeline that auto-magically creates a snapshot before deploying an app upgrade as it is hardcore rate limiting you.
Log In
A
Arni from Webdock
complete
We have now reviewed and loosened snapshot operation restrictions. You can now:
- Have multiple snapshots operations running for the same server
- Delete snapshot operations now just check if the specific snapshot you want to delete is complete or not, and stops you only if the specific snap you want to delete hasn't completed yet
While restore operations still check if there are any running operations on the server in question and will still stop you in that case.
A
Arni from Webdock
planned
Yes our blocking is a bit dumb as there are specific error scenarios we want to avoid but it makes no sense locking all snapshot functionality. We will get this looked at soon.