Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.02 KB

howto-restart-server-portal.md

File metadata and controls

46 lines (29 loc) · 2.02 KB
title description author ms.author ms.service ms.topic ms.date
Restart server - Azure portal - Azure Database for MariaDB
This article describes how you can restart an Azure Database for MariaDB server using the Azure Portal.
ajlam
andrela
mariadb
conceptual
3/18/2020

Restart Azure Database for MariaDB server using Azure portal

This topic describes how you can restart an Azure Database for MariaDB server. You may need to restart your server for maintenance reasons, which causes a short outage as the server performs the operation.

The server restart will be blocked if the service is busy. For example, the service may be processing a previously requested operation such as scaling vCores.

The time required to complete a restart depends on the MariaDB recovery process. To decrease the restart time, we recommend you minimize the amount of activity occurring on the server prior to the restart.

Prerequisites

To complete this how-to guide, you need:

Perform server restart

The following steps restart the MariaDB server:

  1. In the Azure portal, select your Azure Database for MariaDB server.

  2. In the toolbar of the server's Overview page, click Restart.

    Azure Database for MariaDB - Overview - Restart button

  3. Click Yes to confirm restarting the server.

    Azure Database for MariaDB - Restart confirm

  4. Observe that the server status changes to "Restarting".

    Azure Database for MariaDB - Restart status

  5. Confirm server restart is successful.

    Azure Database for MariaDB - Restart success

Next steps

Quickstart: Create Azure Database for MariaDB server using Azure portal