Edit

Set the value of one or more parameters

This article provides step-by-step instructions to set the value of one or more parameters of an Azure Database for PostgreSQL flexible server.

Steps to set the value of one or more parameters

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. Find the read-write parameters you want to change, and set them to the new values.

    Screenshot showing how to set the value of a parameter.

  4. An informational message shows how many parameter changes aren't saved yet. Select Save.

    Screenshot showing the information message indicating the values of how many parameters have been changed and not saved yet.

  5. If the column Parameter type for any of the parameters you changed is Static, the server requires a restart for the changes to take effect. In that 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.