Skip to content

Commit

Permalink
Merge pull request #6218 from EnterpriseDB/release-2024-11-07a
Browse files Browse the repository at this point in the history
Release 2024-11-07a
  • Loading branch information
djw-m authored Nov 7, 2024
2 parents 045a021 + 2f6c5db commit 38ef545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion advocacy_docs/repos/migration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deepToC: true
---

!!! Warning Repos 1.0 sunset
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.
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.
!!!

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.
Expand Down
34 changes: 2 additions & 32 deletions product_docs/docs/postgres_for_kubernetes/1/evaluation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,11 @@ originalFilePath: 'src/evaluation.md'

EDB Postgres for Kubernetes is available for a free evaluation.

The process is different between Community PostgreSQL and EDB Postgres Advanced Server.
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.

## Evaluating using PostgreSQL

By default, EDB Postgres for Kubernetes installs the latest available version of Community PostgreSQL.

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.
By default, EDB Postgres for Kubernetes installs the latest available version of Community Postgresql.

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

## Evaluating using EDB Postgres Advanced Server

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.

### EDB Image Repository

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.

### Obtaining your access token

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.

### Quay Image Repository

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.

Once you have your license key, EDB Postgres Advanced container images will be available at <https://quay.io/repository/enterprisedb/edb-postgres-advanced>

You can then use EDB Postgres Advanced Server by setting in the `spec` section of the `Cluster` deployment configuration file:

- `imageName` to point to the quay.io/enterprisedb/edb-postgres-advanced repository
- `licenseKey` to your license key (in the form of a string)

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.

## Further Information

Refer to [License and License keys](license_keys.md) for terms and more details.

2 comments on commit 38ef545

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.