Logo

Command Palette

Search for a command to run...

backups list

Lists all the managed backups of an application grouped by their database type and/or backup schedule.

$ cx backups list --stack <application name> --latest

Options

ArgumentsRequired?DefaultDescription
--stack, -s <application name>yesThe name of the application
--dbtypes <type>noDatabase type to be listed. (all, mysql, postgresql, mongodb, redis)
--latest, -lyesList the latest backup

Examples

$ cx backups list -s "My Awesome App" --dbtypes mysql --latest