You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my instance I'm trying to restore a backup from the master environment into a new environment I've spun up.
When I run platform backup:restore --target={new-env} {backup-hash} I am prompted to enter an environment:
Running platform help backup:restore says that the environment flag is The environment ID which isn't clear in this context.
Presumably this is the environment the backup is from, but it isn't clear this is the case. Considering one wrong command could wipe the latest production data I'd like to be certain.
Cheers
Tom
The text was updated successfully, but these errors were encountered:
Took the plunge and selected master from the above list. Can confirm environment is the environment the backup is from. Any chance the help text can be updated?
Else could the docs be updated to document restoring a backup to a separate environment.
In my instance I'm trying to restore a backup from the
master
environment into a new environment I've spun up.When I run
platform backup:restore --target={new-env} {backup-hash}
I am prompted to enter an environment:Running
platform help backup:restore
says that the environment flag isThe environment ID
which isn't clear in this context.Presumably this is the environment the backup is from, but it isn't clear this is the case. Considering one wrong command could wipe the latest production data I'd like to be certain.
Cheers
Tom
The text was updated successfully, but these errors were encountered: