-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5942 from EnterpriseDB/release/2024-08-14a
Release: 2024-08-14a
- Loading branch information
Showing
18 changed files
with
402 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
product_docs/docs/edb_plus/41/installing/linux_arm64/edbplus_debian_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
product_docs/docs/edb_plus/41/installing/linux_arm64/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
48 changes: 48 additions & 0 deletions
48
product_docs/docs/edb_plus/41/installing/linux_x86_64/edbplus_debian_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
product_docs/docs/eprs/7/installing/linux_arm64/eprs_debian_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
navTitle: Debian 12 | ||
title: Installing Replication Server 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: | ||
- /eprs/7/03_installation/03_installing_rpm_package/arm64/eprs_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 | ||
|
||
You can install all Replication Server components with a single install command, or you may choose to install selected, individual components by installing only those particular packages. | ||
|
||
To install all Replication Server components: | ||
|
||
```shell | ||
sudo apt-get -y install edb-xdb | ||
``` | ||
|
||
To install an individual component: | ||
|
||
```shell | ||
sudo apt-get -y install <package_name> | ||
``` | ||
|
||
Where `<package_name>` is: | ||
|
||
| Package name | Component | | ||
| -------------------- | --------------------------------------------------------------------- | | ||
| `edb-xdb-console` | Replication console and the Replication Server command line interface | | ||
| `edb-xdb-publisher` | Publication server | | ||
| `edb-xdb-subscriber` | Subscription server | | ||
|
||
## Initial configuration | ||
|
||
Before using Replication Server, you must download and install JDBC drivers. See [Installing a JDBC driver](/eprs/7/installing/installing_jdbc_driver) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Installing Replication Server on Linux AArch64 (ARM64)" | ||
navTitle: "On Linux 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. | ||
# Leaf template: products/replication-server/arm64_index.njk | ||
|
||
redirects: | ||
- /eprs/latest/03_installation/03_installing_rpm_package/x86_amd64/ | ||
|
||
navigation: | ||
- eprs_debian_12 | ||
--- | ||
|
||
Operating system-specific install instructions are described in the corresponding documentation: | ||
|
||
### Debian and derivatives | ||
|
||
- [Debian 12](eprs_debian_12) |
61 changes: 61 additions & 0 deletions
61
product_docs/docs/eprs/7/installing/linux_x86_64/eprs_debian_12.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
navTitle: Debian 12 | ||
title: Installing Replication Server 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: | ||
- /eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_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 | ||
|
||
You can install all Replication Server components with a single install command, or you may choose to install selected, individual components by installing only those particular packages. | ||
|
||
To install all Replication Server components: | ||
|
||
```shell | ||
sudo apt-get -y install edb-xdb | ||
``` | ||
|
||
To install an individual component: | ||
|
||
```shell | ||
sudo apt-get -y install <package_name> | ||
``` | ||
|
||
Where `<package_name>` is: | ||
|
||
| Package name | Component | | ||
| -------------------- | --------------------------------------------------------------------- | | ||
| `edb-xdb-console` | Replication console and the Replication Server command line interface | | ||
| `edb-xdb-publisher` | Publication server | | ||
| `edb-xdb-subscriber` | Subscription server | | ||
|
||
## Initial configuration | ||
|
||
Before using Replication Server, you must download and install JDBC drivers. See [Installing a JDBC driver](/eprs/7/installing/installing_jdbc_driver) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2662d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs-staging.netlify.app as production
π Deployed on https://66bcb27dab6023a80e65a2c1--edb-docs-staging.netlify.app
2662d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs.netlify.app as production
π Deployed on https://66bcb31594302ca46144fbbc--edb-docs.netlify.app