Skip to content

Commit df9c696

Browse files
authored
Merge pull request #105111 from hyoshioka0128/patch-616
Typo "PostgresSQL"→"PostgreSQL"
2 parents e4ed209 + 9eecdaa commit df9c696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/data/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,9 +1018,9 @@ This release introduces the following breaking changes:
10181018

10191019
### Additional changes
10201020

1021-
* A new optional parameter was added to `azdata arc postgres server create` called `--volume-claim mounts`. The value is a comma-separated list of volume claim mounts. A volume claim mount is a pair of volume type and PVC name. The only volume type currently supported is `backup`. In PostgreSQL, when volume type is `backup`, the PVC is mounted to `/mnt/db-backups`. This enables sharing backups between PostgresSQL instances so that the backup of one PostgresSQL instance can be restored in another instance.
1021+
* A new optional parameter was added to `azdata arc postgres server create` called `--volume-claim mounts`. The value is a comma-separated list of volume claim mounts. A volume claim mount is a pair of volume type and PVC name. The only volume type currently supported is `backup`. In PostgreSQL, when volume type is `backup`, the PVC is mounted to `/mnt/db-backups`. This enables sharing backups between PostgreSQL instances so that the backup of one PostgreSQL instance can be restored in another instance.
10221022

1023-
* New short names for PostgresSQL custom resource definitions:
1023+
* New short names for PostgreSQL custom resource definitions:
10241024
* `pg11`
10251025
* `pg12`
10261026
* Telemetry upload provides user with either:

0 commit comments

Comments
 (0)