Skip to main content

Stop, start & restart database

Start, stop, restart, and delete let you manage a cluster through its lifecycle. Which of them you can use depends on the cluster's current status.

Available operations

  • Start: starts a stopped cluster. The status moves to Starting, then Running once it is ready to serve.
  • Stop: stops a running cluster. The status moves to Stopping, then Stopped. A stopped cluster serves no connections but can be started again.
  • Restart: stops and starts a running cluster. Use it to apply configuration changes or clear a transient problem. The status shows Restarting, then returns to Running.
  • Delete: deletes the cluster and all its data.
danger

Deleting a cluster destroys its data permanently. This cannot be undone. The cluster is removed from the list and its resources are released.

Which operations each status allows

StatusMeaningAvailable operations
ProcessingThe cluster is being initialized.Delete
RunningThe cluster is operating normally.Stop, Restart, Delete
StoppedThe cluster has been stopped.Start, Delete
WarningThe cluster is operating unstably.Delete
FailedThe cluster hit an unknown error. Delete it to free the resources, or contact FPT Support.Delete

Run an operation

  1. Open the database list.

  2. In the Action column for your cluster, click the (More actions) icon. The available actions appear.

    Database cluster list with the More actions menu open

  3. Select the action, then confirm it in the dialog.

Confirmation is always required, so an irreversible action cannot be triggered by a single click.

The operation takes approximately 5 to 7 minutes. Other operations on the cluster stay disabled until it finishes.

Next steps