| click.echo( | click.echo( | ||||
| click.style("This cannot be undone. Please make sure to back up your database before proceeding.", fg="yellow") | click.style("This cannot be undone. Please make sure to back up your database before proceeding.", fg="yellow") | ||||
| ) | ) | ||||
| click.echo( | |||||
| click.style( | |||||
| ( | |||||
| "It is also recommended to run this during the maintenance window, " | |||||
| "as this may cause high load on your instance." | |||||
| ), | |||||
| fg="yellow", | |||||
| ) | |||||
| ) | |||||
| click.confirm("Do you want to proceed?", abort=True) | click.confirm("Do you want to proceed?", abort=True) | ||||
| # start the cleanup process | # start the cleanup process | ||||
| ) | ) | ||||
| ) | ) | ||||
| click.echo( | click.echo( | ||||
| click.style("This cannot be undone. Please make sure to back up your database before proceeding.", fg="yellow") | |||||
| click.style("This cannot be undone. Please make sure to back up your storage before proceeding.", fg="yellow") | |||||
| ) | |||||
| click.echo( | |||||
| click.style( | |||||
| ( | |||||
| "It is also recommended to run this during the maintenance window, " | |||||
| "as this may cause high load on your instance." | |||||
| ), | |||||
| fg="yellow", | |||||
| ) | |||||
| ) | ) | ||||
| click.confirm("Do you want to proceed?", abort=True) | click.confirm("Do you want to proceed?", abort=True) | ||||