Edit

Revert all parameters to their default values

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

Steps to revert all parameters to their default values

Using 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. Select Reset all to default.

    Screenshot showing the Reset all to default button.

  5. If you want to proceed with resetting all modified parameters to their default values, confirm the operation in the Reset all to default values dialog.

    Screenshot that shows the Reset all to default values confirmation dialog.

  6. 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: 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 of dialog requesting a restart of the server after having reset all to default.