Editar

Compartir a través de


Revert all server parameters to their defaults

APPLIES TO: Azure Database for PostgreSQL - Flexible Server

This article provides step-by-step instructions to revert all server parameters to their defaults of an Azure Database for PostgreSQL flexible server.

Steps to revert all server parameters to their defaults

Using the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server instance.

  2. In the resource menu, under the Settings section, select Server parameters.

  3. Select Reset all to default.

    Screenshot of resetting the value of all server parameters to their defaults.

  4. If, for any of the parameters whose current value doesn't match their default, the column Parameter type is equal to Static, the server requires a restart for the change to take effect. In that case, a dialog pops up so that you can select if you want to:

    • Save and Restart: In case you want to persist all changes made to all parameters whose values were modified, and immediately after restart the server for any changes to static parameters to take effect.
    • Save only: In case you want to persist all changes made to all parameters whose set values changed, but want to defer the server restart to a later time. Until you don't complete the server restart action, changes made to any static server parameters don't take effect.
    • Cancel: To not implement any changes yet.

    Screenshot of dialog requesting a restart of the server after having reset all to default.