- [+] creating
- [+] copying to backup region
- [+] deleting
- [+] show instance snapshots
- [] rotate snapshots (delete older than 14 days)
- pack to docker container
Show Backup Instance Snapshots step doesn't return anything ############################################# [scripts] Running shell script
- python3 snapshot-manager.py -ss -i prod-db-2 {} #############################################
Fix this workaround ############################################# if args.copy_snapshot: if not args.instance: raise ValueError('Specify instance ID with -i argument') #############################################