Skip to content

Commit 38ef545

Browse files
authored
Merge pull request #6218 from EnterpriseDB/release-2024-11-07a
Release 2024-11-07a
2 parents 045a021 + 2f6c5db commit 38ef545

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

advocacy_docs/repos/migration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deepToC: true
66
---
77

88
!!! Warning Repos 1.0 sunset
9-
The Repos 1.0 repositories are due to be sunset by the end of October 2024. After that, you will no longer have access to them. We recommend that you migrate to the Repos 2.0 repositories as soon as possible.
9+
The Repos 1.0 repositories are due to be sunset by the end of 2024. After that, you will no longer have access to them. We recommend that you migrate to the Repos 2.0 repositories as soon as possible.
1010
!!!
1111

1212
We recommend that you perform the two steps to this process in order. The first step is to remove the old Repos 1.0 repositories from your system. The second step is to add the new Repos 2.0 repositories to your system.

product_docs/docs/postgres_for_kubernetes/1/evaluation.mdx

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,11 @@ originalFilePath: 'src/evaluation.md'
55

66
EDB Postgres for Kubernetes is available for a free evaluation.
77

8-
The process is different between Community PostgreSQL and EDB Postgres Advanced Server.
8+
Use your EDB account to evaluate Postgres for Kubernetes. If you don't have an account, [register](https://www.enterprisedb.com/accounts/register) for one. Then follow the [installation guide](installation_upgrade.md) to install the operator, using the access token you obtained from your EDB account.
99

1010
## Evaluating using PostgreSQL
1111

12-
By default, EDB Postgres for Kubernetes installs the latest available version of Community PostgreSQL.
13-
14-
No license key is required. The operator automatically generates an implicit trial license for the cluster that lasts for 30 days. This trial license is ideal for evaluation, proof of concept, integration with CI/CD pipelines, and so on.
12+
By default, EDB Postgres for Kubernetes installs the latest available version of Community Postgresql.
1513

1614
PostgreSQL container images are available at [quay.io/enterprisedb/postgresql](https://quay.io/repository/enterprisedb/postgresql).
1715

18-
## Evaluating using EDB Postgres Advanced Server
19-
20-
There are two ways to obtain the EDB Postgres Advanced Server image for evaluation purposes. The easiest is through the EDB Image Repository, where all you’ll need is an EDB account to auto generate a repository access token. The other way is to download the image through [quay.io](http://quay.io) and request a trial license key from EDB support.
21-
22-
### EDB Image Repository
23-
24-
You can use EDB Postgres for Kubernetes with EDB Postgres Advanced Server. You can access the image by obtaining a repository access token to EDB's image repositories.
25-
26-
### Obtaining your access token
27-
28-
You can request a repository access token from the [EDB Repositories Download](https://www.enterprisedb.com/repos-downloads) page. You will also need to be signed into your EDB account. If you don't have an EDB Account, you can [register for one](https://www.enterprisedb.com/accounts/register) on the EDB site.
29-
30-
### Quay Image Repository
31-
32-
If you want to use the Quay image repository, you’ll need a trial license key for access to use the images. To request a trial license key for EDB Postgres Kubernetes please contact your sales representative or you can contact our EDB Technical Support Team by email at [[email protected]](mailto:[email protected]) or file a ticket on our support portal <https://techsupport.enterprisedb.com>. Please allow 24 hours for your license to be generated and delivered to you and if you need any additional support please do not hesitate to contact us.
33-
34-
Once you have your license key, EDB Postgres Advanced container images will be available at <https://quay.io/repository/enterprisedb/edb-postgres-advanced>
35-
36-
You can then use EDB Postgres Advanced Server by setting in the `spec` section of the `Cluster` deployment configuration file:
37-
38-
- `imageName` to point to the quay.io/enterprisedb/edb-postgres-advanced repository
39-
- `licenseKey` to your license key (in the form of a string)
40-
41-
To see how `imageName` and `licenseKey` is set, refer to the [cluster-full-example](/postgres_for_kubernetes/latest/samples/cluster-example-full.yaml) file from the [configuration samples](/postgres_for_kubernetes/latest/samples/) section.
42-
43-
## Further Information
44-
45-
Refer to [License and License keys](license_keys.md) for terms and more details.

0 commit comments

Comments
 (0)