-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Is your feature request related to a problem? Please describe.
Currently, to retrieve a backup, one needs to perform several actions:
lagoon retrieve backup -p project -e main- Record the backup ID
- Keep polling for a backup URL:
lagoon get backup -p project -e main -B <backup ID> - Download the backup from the URL via browser or through curl with additionally set headers
- Move the backup to the desired location
Describe the solution you'd like
I would like to have a single command that downloads a database from the production environment.
lagoon get backup latest
Lagoon CLI provides similar command format to deploy the latest commit: lagoon deploy latest
Describe alternatives you've considered
Create a shell wrapper script around current commands.
Additional context
Other hosting platforms have a single-command database retrieval options. End-users will benefit from a more simplified DX.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels