@@ -5,7 +5,7 @@ originalFilePath: 'src/bootstrap.md'
5
5
6
6
!!! Note
7
7
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
9
9
differently stated.
10
10
11
11
This section describes the options you have to create a new
@@ -423,9 +423,9 @@ spec:
423
423
424
424
# ## Compatibility Features
425
425
426
- EDB Postgres Advanced adds many compatibility features to the
426
+ EDB Postgres Advanced Server adds many compatibility features to the
427
427
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/ ).
429
429
430
430
Those features are already enabled during cluster creation on EPAS and
431
431
are not supported on the community PostgreSQL image. To disable them
@@ -440,7 +440,6 @@ metadata:
440
440
spec:
441
441
instances: 3
442
442
imageName: <EPAS-based image>
443
- licenseKey: <LICENSE_KEY>
444
443
445
444
bootstrap:
446
445
initdb:
@@ -451,9 +450,6 @@ spec:
451
450
size: 1Gi
452
451
` ` `
453
452
454
- !!! Important
455
- EDB Postgres Advanced requires a valid license key (trial or production) to start.
456
-
457
453
# # Bootstrap from another cluster
458
454
459
455
EDB Postgres for Kubernetes enables the bootstrap of a cluster starting from
0 commit comments