You can modify configuration parameters and manage instance settings for your Managed Postgres instance through the Settings tab in the sidebar.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Changing configuration parameters
To modify a parameter, select the Edit parameters button. Select the parameters you need to modify and change their values accordingly. Once you’re satisfied with your changes, press the Save Changes button. All changes made to the configuration parameters are typically persisted to the instance within one minute. Some parameters require a database restart to take effect. These changes will be applied after the next restart, which you can trigger manually from the Service actions toolbar.Service actions and scaling
The Service actions toolbar provides controls for managing your Managed Postgres instance:- Reset password: Update the superuser password (only when the instance is
Running) - Restart: Restart the database instance (only when the instance is
Running) - Delete: Delete the instance
IP filters
IP filters control which source IP addresses are permitted to connect to your Managed Postgres instance. To configure IP filters:- Navigate to the Settings tab
- Under IP Filters, click Edit
- Add IP addresses or CIDR ranges that should be allowed to connect
- Click Save to apply the changes
192.168.1.0/24). You can also select Anywhere or Nowhere as a shortcut for fully opening or closing the instance to the world.
If no IP filters are configured, connections from all IP addresses are permitted. For production workloads, we recommend restricting access to known IP addresses.