Databases
Last updated
Last updated
Databases tab
provides the list of all the databases created in your database service in the tablular format. Each row provides the details of each database created in your database service. Each column of the table provides:
Name - This field provides the name of your database. The database names are unique within your database service.
Status - This field provides the status of each database. The status of the databases can be:
Status | Description |
---|---|
Created - This field provides the date and time on which the database is created.
On each row at the right side, go to ellipsis icon. It provides the Delete
option. Selecting Delete
option pops up a Delete confirmation
window. It asks Are you sure you want to delete database <databasename> ?
. Gives a warning message that Deleting this database will drop all active connections currently connected to this specific database. Would you like to proceed?
. Select the Delete the <databasename> database
check box to proceed. Also, View the Code
from the bottom. The code is available in different languages like Shell, Python, Go, Java, JavaScript, and PowerShell. Click the Delete
button at the bottom to proceed with delete action.
READY
It displays READY
status when the database is up and running. The connections are allowed once it is in READY
status.
DOWN
It displays DOWN
status when the database is down. No connections are allowed once it is in DOWN
status.
STOPPPED
It displays STOPPED
status when the database is not running and it is completely shut down.
CREATING
It displays CREATING
status when the database creation is triggered and the process of creating is on.
DELETING
It displays DELETING
status when the database deletion is triggered and the process of deleting is on.
FAILED
It displays FAILED
status when the database starting failed due to some reason.
STOPPING
It displays STOPPING
status when the database shutdown/stop is triggered and the process of stopping is on.
STARTING
It displays STARTING
status when the database start is triggered and the process of starting is on.