You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running long backups which might take minutes to hours, it would be handy to be to able to stop backup processes via admin console. yb_backup.py script has to be stopped by logging in to the platform server, if it process has to be stopped for some reason such as long running backup, conflicts with another process, high resource consumption, etc.
Problem solved
Backups can be stopped from the console gracefully.
Ideas for implementation
Stop process could be enabled as a part of Action drop down.
Stop process gracefully when stopped using console.
Update the backup state to 'stopped' or 'deleted' in platform yugaware database.
yugaware=# select state, update_time from backup;
state | update_time
-------------+-------------------------
Deleted | 2021-05-05 12:51:42.707
Deleted | 2021-05-05 12:52:05.092
The text was updated successfully, but these errors were encountered:
Summary:
When running long backups which might take minutes to hours, it would be handy to be to able to stop backup processes via admin console. yb_backup.py script has to be stopped by logging in to the platform server, if it process has to be stopped for some reason such as long-running backup, conflicts with another process, high resource consumption, etc.
Test Plan:
Created the universe as the change is to shellprocesshandler
Created the backup.
Stopped backup and verified.
Created the complete backup as well using NFS.
Verified the status of the backup.
Reviewers: Sergey, Jaydeep, Jitendra, Shashank
Reviewed by : Sergey, Sergey Shevchecko.
Diff : https://phabricator.dev.yugabyte.com/D12173
When running long backups which might take minutes to hours, it would be handy to be to able to stop backup processes via admin console. yb_backup.py script has to be stopped by logging in to the platform server, if it process has to be stopped for some reason such as long running backup, conflicts with another process, high resource consumption, etc.
Problem solved
Backups can be stopped from the console gracefully.
Ideas for implementation
Stop process could be enabled as a part of Action drop down.
Stop process gracefully when stopped using console.
Update the backup state to 'stopped' or 'deleted' in platform yugaware database.
The text was updated successfully, but these errors were encountered: