Skip to content

Commit

Permalink
Merge pull request #1395 from EnterpriseDB/release/2021-05-19
Browse files Browse the repository at this point in the history
Release/2021 05 19

Former-commit-id: 62e401b
  • Loading branch information
jericson-edb authored May 19, 2021
2 parents 2c6d3a4 + 27d4a95 commit 088a6c5
Show file tree
Hide file tree
Showing 14 changed files with 137 additions and 139 deletions.
112 changes: 84 additions & 28 deletions advocacy_docs/kubernetes/cloud_native_postgresql/api_reference.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,9 @@ You can use an RPM package to install Advanced Server on a CentOS host.
dnf -qy module disable postgresql
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, use your choice of editor to set the value of the `enabled` parameter to `1`, and replace the `username` and `password` placeholders in the `baseurl` specification with a registered EnterpriseDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -252,22 +239,9 @@ You can use an RPM package to install Advanced Server on a RHEL host.
dnf -qy module disable postgresql
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, use your choice of editor to set the value of the `enabled` parameter to `1`, and replace the `username` and `password` placeholders in the `baseurl` specification with a registered EnterpriseDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -312,7 +286,7 @@ You can use an RPM package to install Advanced Server on a CentOS or RHEL 7 ppc6

The repository configuration file is named `advance-toolchain.repo`. The file resides in `/etc/yum.repos.d.`

- After creating the ` advance-toolchain.repo` file, use your choice of editor to set the value of the `enabled` parameter to `1`, and replace the `username` and `password` placeholders in the `baseurl` specification with a registered EnterpriseDB username and password.
- After creating the `advance-toolchain.repo` file, the `enabled` parameter is set to `1` by default.

```text
[advance-toolchain]
Expand All @@ -331,7 +305,7 @@ You can use an RPM package to install Advanced Server on a CentOS or RHEL 7 ppc6
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

- Replace the `USERNAME:PASSWORD` placeholder in the following command with the username and password of a registered EnterpriseDB user:
- Replace the `USERNAME:PASSWORD` variable in the following command with the username and password of a registered EnterpriseDB user:

```text
sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo
Expand All @@ -353,22 +327,9 @@ You can use an RPM package to install Advanced Server on a CentOS or RHEL 7 ppc6
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, use your choice of editor to set the value of the `enabled` parameter to `1`, and replace the `username` and `password` placeholders in the `baseurl` specification with a registered EnterpriseDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -865,7 +826,7 @@ The following steps will walk you through using the EnterpriseDB apt repository
apt-get -y install apt-transport-https
```

- Add the EBD signing key:
- Add the EDB signing key:

```text
wget -q -O - https://apt.enterprisedb.com/edb-deb.gpg.key | sudo apt-key add -
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/epas/13/edb_pgadmin_linux_qs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can use the following steps to use the yum package manager to install EDB pg

**Create a Repository Configuration File**

To create a repository configuration file, you must have the credentials that allow to access the EnterpriseDB repository. For information about requesting credentials, visit:
To create a repository configuration file, you must have the credentials that allow access to the EDB repository. For information about requesting credentials, visit:

<https://info.enterprisedb.com/rs/069-ALB-339/images/Repository%20Access%2004-09-2019.pdf>.

Expand All @@ -24,7 +24,7 @@ To create the repository configuration file, assume superuser privileges and inv
yum -y install https://yum.enterprisedb.com/edb-repo-rpms/edb-repo-latest.noarch.rpm
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.` After creating the `edb.repo` file, use the following command to replace the `USERNAME` and `PASSWORD` placeholders in the `baseurl` specification with the username and password of a registered EDB user:
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.` After creating the `edb.repo` file, use the following command to replace the `USERNAME` and `PASSWORD` placeholders in the baseurl specification with the username and password of a registered EDB user:

```text
sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,9 @@ You can use an RPM package to install Advanced Server on a CentOS host.
dnf -qy module disable postgresql
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, the `enabled` parameter is set to `1` by default. Replace the `username` and `password` placeholders in the `baseurl` specification with the registered EDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -251,22 +238,9 @@ You can use an RPM package to install Advanced Server on a RHEL host.
dnf -qy module disable postgresql
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, the `enabled` parameter is set to `1` by default. Replace the `username` and `password` placeholders in the `baseurl` specification with the registered EDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -334,7 +308,7 @@ You can use an RPM package to install Advanced Server on a CentOS or RHEL 7 ppc6
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

- Replace the `USERNAME:PASSWORD` placeholder in the following command with the username and password of a registered EDB user:
- Replace the `USERNAME:PASSWORD` variable in the following command with the username and password of a registered EDB user:

```text
sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo
Expand All @@ -358,22 +332,9 @@ You can use an RPM package to install Advanced Server on a CentOS or RHEL 7 ppc6
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, the `enabled` parameter is set to `1` by default. Replace the `username` and `password` placeholders in the `baseurl` specification with the registered EDB username and password.

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

After saving your changes to the configuration file, you must download and install the repository keys:
The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

Use the following command to download the repository key. Provide the registered `username` and `password` with the `curl` command to download the key.
You must download and install the repository key. Provide the registered `username` and `password` with the `curl` command to download the repository key using the following command:

```text
curl -o /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY https://<username>:<password>@yum.enterprisedb.com/ENTERPRISEDB-GPG-KEY
Expand Down Expand Up @@ -576,7 +537,7 @@ The following steps will walk you through using the EDB apt repository to instal
apt-get -y install apt-transport-https
```

- Add the EBD signing key:
- Add the EDB signing key:

```text
wget -q -O - https://apt.enterprisedb.com/edb-deb.gpg.key | sudo apt-key add -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can use the following steps to install pgAdmin4 using `yum` package manager:

**Create a Repository Configuration File**

To create a repository configuration file, you must have the credentials that allow to access the EDB repository. For information about requesting credentials, visit:
To create a repository configuration file, you must have the credentials that allow access to the EDB repository. For information about requesting credentials, visit:

<https://www.enterprisedb.com/user/login>

Expand All @@ -32,15 +32,10 @@ yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d.`

After creating the `edb.repo` file, the `enabled` parameter is set to `1` by default. Replace the `username` and `password` placeholders in the `baseurl` specification with the name and password of a registered EDB user.
After creating the `edb.repo` file, use the following command to replace the `USERNAME` and `PASSWORD` placeholders in the baseurl specification with the username and password of a registered EDB user:

```text
[edb]
name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo
```

!!! Note
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/13/epas_qs_linux_7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yum -y install java
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

**Step 3:** With your choice of editor, edit the `/etc/yum.repos.d/edb.repo` file, replacing the `username` and `password` placeholders in the baseurl specification with the name and password of a registered EDB user and ensure that the `gpgcheck` and `enabled` properties are set to `1`.
**Step 3:** With your choice of editor, edit the `/etc/yum.repos.d/edb.repo` file, replacing the `username` and `password` placeholders in the baseurl specification with the name and password of a registered EDB user.

**Step 4:** Update the cache and install Advanced Server:

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/13/epas_qs_linux_8/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dnf -y install java
dnf -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

**Step 3:** With your choice of editor, edit the `/etc/yum.repos.d/edb.repo` file, replacing the `username` and `password` placeholders in the baseurl specification with the name and password of a registered EDB user and ensure that the `gpgcheck` and `enabled` properties are set to `1`.
**Step 3:** With your choice of editor, edit the `/etc/yum.repos.d/edb.repo` file, replacing the `username` and `password` placeholders in the baseurl specification with the name and password of a registered EDB user.

**Step 4:** Update the cache and install Advanced Server:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -127,6 +128,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -187,6 +189,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -250,6 +253,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -127,6 +128,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -187,6 +189,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -250,6 +253,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -129,6 +130,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -191,6 +193,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -256,6 +259,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ After receiving your repository credentials you can:

To create the repository configuration file, assume superuser privileges, and invoke the following command:

> ```text
> yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
> ```
```text
yum -y install https://yum.enterprisedb.com/edbrepos/edb-repo-latest.noarch.rpm
```

The repository configuration file is named `edb.repo`. The file resides in `/etc/yum.repos.d`.

Expand All @@ -67,6 +67,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -133,6 +134,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -195,6 +197,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down Expand Up @@ -260,6 +263,7 @@ name=EnterpriseDB RPMs $releasever - $basearch
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
```

Expand Down
Loading

0 comments on commit 088a6c5

Please sign in to comment.