Edit

Revert one parameter to its default

This article provides step-by-step instructions to revert one parameter to its default for an Azure Database for PostgreSQL flexible server.

Steps to revert one parameter to its default

Use the Azure portal:

  1. Select your Azure Database for PostgreSQL flexible server.

  2. In the resource menu, under the Settings section, select Parameters.

    Screenshot showing the Parameters page.

  3. Select the Modified tab.

    Screenshot showing the list of modified parameters.

  4. Find the read-write parameter that you want to revert to its default value. Select the ellipsis at the right end of the screen, and select Reset to default.

    Screenshot showing how to of reset the value of one parameter to its default.

Important

For parameters designated as read-only, selecting the ellipsis doesn't display the Reset to default menu option.

  1. If the Parameter type for the parameter you want to reset to default is Static, the server requires a restart for the change to take effect. In this case, a dialog appears so that you can select if you want to:

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

    Screenshot showing the dialog requesting a restart of the server after modifying the value of a static parameter.