Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add option --db-instance-class to db restore options

...

Code Block
languagetext
titleshow help example
linenumberstrue
collapsetrue
~$ r3 db restore -h
Create a Restore Database Server from a Snapshot.

optional arguments:
  -h, --help            show this help message and exit
  --env ENVIRONMENT, --environment ENVIRONMENT
                        The short name of the desired Environment (default:
                        this).
  --loglevel {INFO,ERROR}
                        Define Loglevel for Execution (default: INFO)

  snapshot_id           SnapshotIdentifier of a Snapshot to restore a Database
                        Server from.
  --db-instance-class INSTANCE_CLASS
                        DB instance class of restore database

Restore a database from a snapshot

...