Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.

...

If you like to delete a restore database which is no longer needed.

Info
title

IMPORTANT

You are only allowed to destroy databases created from a database restore process.

Table of contents

Table of Contents
excludeTable of contents

General usage instructions

...

Step-by-step guide

Show help context

...

Show help example
linenumbers
Code Block
true
languagecollapsetruetext
~$ r3 db destroy -h

# Response
Destroy Restore-Snapshots/Database Servers of this Environment.

optional arguments:
  -h, --help            show this help message and exit
  --loglevel {INFO,ERROR}
                        Define Loglevel for Execution (default: INFO)
  --db-id DB_ID         Destroy Restore-Database Server.
  --snapshot-id SNAPSHOT_ID
                        Destroy Restore-Snapshot.

How do delete a restore-database

  1. Obtain the identifier of the database e.g. by listing the available databases usingĀ r3 db list --dbs command

  2. Provide the identifier to the command lineĀ r3 db destroy --db-id as shown in the example.

...

...

Restore-database deletion example
linenumbers
Code Block
true
languagecollapsetexttrue
~$ r3 db destroy --db-id restore-db-2017-10-23-12-45

# Response
This is a destructive operation. It may cause data loss!
Project: backend Company: root360 Environment: test 
+-----------------------------+-------------------------------------------------------------------------+--------+------------------+
| DataBaseIdentifier          | Endpoint                                                                | Engine | DBInstanceStatus |
+-----------------------------+-------------------------------------------------------------------------+--------+------------------+
| restore-db-2017-10-23-12-45 | restore-db-2017-10-23-12-45.cw8zdc1gbk6g.eu-central-1.rds.amazonaws.com | mysql  | deleting         |
+-----------------------------+-------------------------------------------------------------------------+--------+------------------+

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
sortmodified
showSpacefalse

...

reversetrue
typepage
cqllabel in ( "database" , "snapshot" , "delete" , "how-to" , "backup" , "destroy" ) and type = "page" and space = "KB"
labelshow-to delete destroy database backup snapshot


Page Properties
hiddentrue


Related issues