Variable | Description |
Port | You can initialize the port when you create the RDS instance. Valid values: 1000 to 5999. Default value: 5432. |
Parameter Template | You can specify a parameter template when you create the RDS instance. If you do not specify a parameter template, the default system parameter template is used. You can select a custom parameter template. For more information about how to create a custom parameter template, see Use a parameter template. |
Release Protection | If you set the Billing Method parameter to Pay-as-you-go, you can select Release Protection for the RDS instance to prevent the RDS instance from being released due to unintended operations. For more information, see Enable or disable the release protection feature for an ApsaraDB RDS for PostgreSQL instance. |
Minor Engine Version Update Policy | You can specify a policy to update the minor engine version of the RDS instance when you create the RDS instance. The default value of the Minor Engine Version Update Policy parameter is Automatic Upgrade. If the minor engine version of your RDS instance is outdated, the system automatically delivers active O&M tasks to update the minor engine version from time to time. The system notifies you of the tasks by using methods such as emails and internal messages. The system automatically updates the minor engine version of your RDS instance within the maintenance window that you specified. For more information, see Set the maintenance window. Note After the RDS instance is created, you can go to the Basic Information page of the RDS instance to modify the value of the Minor Engine Version Update Policy parameter. For more information, see Update the minor engine version. ApsaraDB RDS for PostgreSQL allows you to specify a minor engine version when you create the RDS instance. If you do not specify a minor engine version, the latest version of AliPG is used by default. Example:
rds_postgres_1400_20220830_14.4
The following list describes the fields in the preceding example: rds : the RDS instance
postgres : the PostgreSQL database
1400 : the major version of PostgreSQL, which is 14 in this example
20220830 : the version of AliPG, which can be specified. The available minor engine versions are displayed on the ApsaraDB RDS buy page. For more information, see Release notes for AliPG.
14.4 : the minor version of PostgreSQL
Note If you select Enable Babelfish in the Basic Resources step, the minor engine version of the RDS instance is displayed in the following format:
rds_postgres_1400_20220630_babelfish_14.4
|
Resource Group | The resource group to which the RDS instance belongs. You can retain the default resource group or select a custom resource group based on your business requirements. |
Babelfish Migration Mode | If you select Enable Babelfish, you must configure the following parameters. Babelfish Migration Mode: the migration mode for the RDS instance for which Babelfish is enabled single-db: You can create only one SQL Server database on an RDS instance for which Babelfish is enabled and create a standard PostgreSQL schema for the database. multi-db: You can create multiple SQL Server databases and create different PostgreSQL schemas for the databases. You must name the schemas in the <Database name>_<Schema name> format to prevent name conflicts.
Initial Account: the username of the Babelfish management account that is used to connect to the RDS instance over the TDS port Important This account is a privileged account and cannot be deleted after it is created. Password: the password of the Babelfish management account Note You can change the password after the RDS instance is created. For more information, see Reset a password.
|
Time Zone | |
SLR Authorization | If this is the first time you create an RDS instance after October 10, 2022, you must create the AliyunServiceRoleForRdsPgsqlOnEcs service-linked role (SLR) for ApsaraDB RDS for PostgreSQL. This way, your RDS instance can mount Elastic Network Interfaces (ENIs) and establish network connections. |
Instance Description | The description of the RDS instance. You can customize the instance name when you create the instance to facilitate management. |
Tags | You can add tags to distinguish multiple RDS instances to facilitate instance management. For more information, see Use tags to filter ApsaraDB RDS for PostgreSQL instances. |
Privileged Account | You can create a privileged account when you create an RDS instance. If you select Configure Later, you can create a privileged account after the RDS instance is created. |