Skip to content

Commit

Permalink
Generated topics for Debian 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dwicinas committed Jun 19, 2024
1 parent 4d2decf commit 274dbbc
Show file tree
Hide file tree
Showing 161 changed files with 2,865 additions and 154 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ navigation:
- requirements
- linux_x86_64
- linux_ppc64le
- linux_arm64
- windows
- macos
---
Expand Down Expand Up @@ -44,7 +45,7 @@ Select a link to access the applicable installation instructions:

- [Ubuntu 22.04](linux_x86_64/postgresql_ubuntu_22), [Ubuntu 20.04](linux_x86_64/postgresql_ubuntu_20)

- [Debian 11](linux_x86_64/postgresql_debian_11), [Debian 10](linux_x86_64/postgresql_debian_10)
- [Debian 12](linux_x86_64/postgresql_debian_12), [Debian 11](linux_x86_64/postgresql_debian_11), [Debian 10](linux_x86_64/postgresql_debian_10)

## Linux [IBM Power (ppc64le)](linux_ppc64le)

Expand All @@ -56,6 +57,12 @@ Select a link to access the applicable installation instructions:

- [SLES 15](linux_ppc64le/postgresql_sles_15), [SLES 12](linux_ppc64le/postgresql_sles_12)

## Linux [AArch64 (ARM64)](linux_arm64)

### Debian and derivatives

- [Debian 12](linux_arm64/postgresql_debian_12)

## Macintosh

- [Mac OS X](macos)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Installing PostgreSQL on Linux AArch64 (ARM64)"
navTitle: "On Linux ARM64"
indexCards: none

navigation:
- postgresql_debian_12
---

Operating system-specific install instructions are described in the corresponding documentation:

### Debian and derivatives

- [Debian 12](postgresql_debian_12)
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
navTitle: Debian 12
title: Installing PostgreSQL on Debian 12 arm64
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
!!!

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`apt-cache search enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

## Install the package

```shell
sudo apt-get -y install postgresql-<xx>
```

Where `<xx>` is the version of PostgreSQL you are installing. For example, if you are installing version 16, the package name would be `postgresql-16`.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ indexCards: none
navigation:
- postgresql_rhel_9
- postgresql_rhel_8
- postgresql_rhel_7
- postgresql_other_linux_9
- postgresql_other_linux_8
- postgresql_rhel_7
- postgresql_centos_7
- postgresql_sles_15
- postgresql_sles_12
- postgresql_ubuntu_22
- postgresql_ubuntu_20
- postgresql_debian_12
- postgresql_debian_11
- postgresql_debian_10
---
Expand Down Expand Up @@ -56,6 +57,8 @@ Operating system-specific install instructions are described in the correspondin

- [Ubuntu 20.04](postgresql_ubuntu_20)

- [Debian 12](postgresql_debian_12)

- [Debian 11](postgresql_debian_11)

- [Debian 10](postgresql_debian_10)
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
navTitle: Debian 12
title: Installing PostgreSQL on Debian 12 x86_64
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

!!! Note
Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/).
!!!

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`apt-cache search enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

## Install the package

```shell
sudo apt-get -y install postgresql-<xx>
```

Where `<xx>` is the version of PostgreSQL you are installing. For example, if you are installing version 16, the package name would be `postgresql-16`.
9 changes: 8 additions & 1 deletion product_docs/docs/edb_plus/41/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirects:
navigation:
- linux_x86_64
- linux_ppc64le
- linux_arm64
- windows
- configuring_linux_installation
---
Expand Down Expand Up @@ -41,7 +42,7 @@ Select a link to access the applicable installation instructions:

- [Ubuntu 22.04](linux_x86_64/edbplus_ubuntu_22), [Ubuntu 20.04](linux_x86_64/edbplus_ubuntu_20)

- [Debian 11](linux_x86_64/edbplus_debian_11), [Debian 10](linux_x86_64/edbplus_debian_10)
- [Debian 12](linux_x86_64/edbplus_debian_12), [Debian 11](linux_x86_64/edbplus_debian_11), [Debian 10](linux_x86_64/edbplus_debian_10)

## Linux [IBM Power (ppc64le)](linux_ppc64le)

Expand All @@ -53,6 +54,12 @@ Select a link to access the applicable installation instructions:

- [SLES 15](linux_ppc64le/edbplus_sles_15), [SLES 12](linux_ppc64le/edbplus_sles_12)

## Linux [AArch64 (ARM64)](linux_arm64)

### Debian and derivatives

- [Debian 12](linux_arm64/edbplus_debian_12)

## Windows

- [Windows Server 2019, 2022, and Windows 11](windows)
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
navTitle: Debian 12
title: Installing EDB*Plus on Debian 12 arm64
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /edb_plus/41/03_installing_edb_plus/install_on_linux/arm64/edbplus_deb12_arm
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`apt-cache search enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

## Install the package

```shell
sudo apt-get -y install edb-edbplus
```

## Initial configuration

After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation:

```shell
export JAVA_HOME=<path_to_java>
export PATH=<path_to_java>/bin:$PATH
```
13 changes: 13 additions & 0 deletions product_docs/docs/edb_plus/41/installing/linux_arm64/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Installing EDB*Plus on Linux AArch64 (ARM64)"
navTitle: "On Linux ARM64"

navigation:
- edbplus_debian_12
---

Operating system-specific install instructions are described in the corresponding documentation:

### Debian and derivatives

- [Debian 12](edbplus_debian_12)
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
navTitle: Debian 12
title: Installing EDB*Plus on Debian 12 x86_64
# This topic is generated from templates. If you have feedback on it, instead of
# editing the page and creating a pull request, please enter a GitHub issue and
# the documentation team will update the templates accordingly.

redirects:
- /edb_plus/41/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb12_x86
---

## Prerequisites

Before you begin the installation process:

- Set up the EDB repository.

Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

To determine if your repository exists, enter this command:

`apt-cache search enterprisedb`

If no output is generated, the repository isn't installed.

To set up the EDB repository:

1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).

1. Select the button that provides access to the EDB repository.
1. Select the platform and software that you want to download.

1. Follow the instructions for setting up the EDB repository.

## Install the package

```shell
sudo apt-get -y install edb-edbplus
```

## Initial configuration

After performing a Linux installation of EDB\*Plus, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation:

```shell
export JAVA_HOME=<path_to_java>
export PATH=<path_to_java>/bin:$PATH
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ redirects:
navigation:
- edbplus_rhel_9
- edbplus_rhel_8
- edbplus_rhel_7
- edbplus_other_linux_9
- edbplus_other_linux_8
- edbplus_rhel_7
- edbplus_centos_7
- edbplus_sles_15
- edbplus_sles_12
- edbplus_ubuntu_22
- edbplus_ubuntu_20
- edbplus_debian_12
- edbplus_debian_11
- edbplus_debian_10
---
Expand Down Expand Up @@ -62,6 +63,8 @@ Operating system-specific install instructions are described in the correspondin

- [Ubuntu 20.04](edbplus_ubuntu_20)

- [Debian 12](edbplus_debian_12)

- [Debian 11](edbplus_debian_11)

- [Debian 10](edbplus_debian_10)
9 changes: 8 additions & 1 deletion product_docs/docs/efm/4/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ navigation:
- prerequisites
- linux_x86_64
- linux_ppc64le
- linux_arm64
- install_details
---

Expand Down Expand Up @@ -59,7 +60,7 @@ Select a link to access the applicable installation instructions:

- [Ubuntu 22.04](linux_x86_64/efm_ubuntu_22), [Ubuntu 20.04](linux_x86_64/efm_ubuntu_20)

- [Debian 11](linux_x86_64/efm_debian_11), [Debian 10](linux_x86_64/efm_debian_10)
- [Debian 12](linux_x86_64/efm_debian_12), [Debian 11](linux_x86_64/efm_debian_11), [Debian 10](linux_x86_64/efm_debian_10)

## Linux [IBM Power (ppc64le)](linux_ppc64le)

Expand All @@ -70,3 +71,9 @@ Select a link to access the applicable installation instructions:
### SUSE Linux Enterprise (SLES)

- [SLES 15](linux_ppc64le/efm_sles_15), [SLES 12](linux_ppc64le/efm_sles_12)

## Linux [AArch64 (ARM64)](linux_arm64)

### Debian and derivatives

- [Debian 12](linux_arm64/efm_debian_12)
Loading

0 comments on commit 274dbbc

Please sign in to comment.