Skip to content

Commit c379f46

Browse files
authored
Merge pull request #6411 from EnterpriseDB/DOCS-1167-fix-up-license-name-refs
Fixes for naming and license reference
2 parents 4be1b5a + bac103b commit c379f46

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ originalFilePath: 'src/bootstrap.md'
55

66
!!! Note
77
When referring to "PostgreSQL cluster" in this section, the same
8-
concepts apply to both PostgreSQL and EDB Postgres Advanced, unless
8+
concepts apply to both PostgreSQL and EDB Postgres Advanced Server, unless
99
differently stated.
1010

1111
This section describes the options you have to create a new
@@ -423,9 +423,9 @@ spec:
423423

424424
### Compatibility Features
425425

426-
EDB Postgres Advanced adds many compatibility features to the
426+
EDB Postgres Advanced Server adds many compatibility features to the
427427
plain community PostgreSQL. You can find more information about that
428-
in the [EDB Postgres Advanced](https://www.enterprisedb.com/edb-docs/p/edb-postgres-advanced-server).
428+
in the [EDB Postgres Advanced Server](https://www.enterprisedb.com/docs/epas/latest/).
429429

430430
Those features are already enabled during cluster creation on EPAS and
431431
are not supported on the community PostgreSQL image. To disable them
@@ -440,7 +440,6 @@ metadata:
440440
spec:
441441
instances: 3
442442
imageName: <EPAS-based image>
443-
licenseKey: <LICENSE_KEY>
444443
445444
bootstrap:
446445
initdb:
@@ -451,9 +450,6 @@ spec:
451450
size: 1Gi
452451
```
453452

454-
!!! Important
455-
EDB Postgres Advanced requires a valid license key (trial or production) to start.
456-
457453
## Bootstrap from another cluster
458454

459455
EDB Postgres for Kubernetes enables the bootstrap of a cluster starting from

0 commit comments

Comments
 (0)