diff --git a/cou/steps/backup.py b/cou/steps/backup.py index 5a6d1573..b6be0225 100644 --- a/cou/steps/backup.py +++ b/cou/steps/backup.py @@ -47,7 +47,10 @@ async def backup(model: Model) -> Path: logger.info("SCP from mysql-innodb-cluster:%s to %s ...", remote_file, local_file) await model.scp_from_unit(unit_name, remote_file, str(local_file)) + # info() stop the current spinner and print the text with + # symbol ℹ. progress_indicator.info(f"Backed up MySQL to {local_file}") + # Restart the spinner with previous text progress_indicator.start() logger.info("Remove permissions to read mysql-innodb-cluster:%s ...", basedir)