Skip to content

Commit acd0103

Browse files
authored
Merge pull request #5087 from EnterpriseDB/release/2023-11-13
Release: 2023-11-13
2 parents a0c702f + 8006ead commit acd0103

File tree

12 files changed

+55
-85
lines changed

12 files changed

+55
-85
lines changed

advocacy_docs/supported-open-source/postgresql/installing/linux_x86_64/postgresql_other_linux_8.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ Before you begin the installation process:
4343
sudo dnf config-manager --set-enabled powertools
4444
```
4545

46-
- Enable additional repositories to resolve dependencies:
47-
```shell
48-
dnf config-manager --set-enabled powertools
49-
```
5046
- Disable the built-in PostgreSQL module:
5147
```shell
52-
dnf -qy module disable postgresql
48+
sudo dnf -qy module disable postgresql
5349
```
5450

5551
## Install the package

advocacy_docs/supported-open-source/postgresql/installing/linux_x86_64/postgresql_other_linux_9.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ Before you begin the installation process:
4343
sudo dnf config-manager --set-enabled powertools
4444
```
4545

46-
- Enable additional repositories to resolve dependencies:
47-
```shell
48-
dnf config-manager --set-enabled powertools
49-
```
5046
- Disable the built-in PostgreSQL module:
5147
```shell
52-
dnf -qy module disable postgresql
48+
sudo dnf -qy module disable postgresql
5349
```
5450

5551
## Install the package

install_template/config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ products:
8484
- name: Ubuntu 20.04
8585
arch: x86_64
8686
supported versions: [55]
87-
- name: Ubuntu 18.04
88-
arch: x86_64
89-
supported versions: [55]
9087
- name: Debian 11
9188
arch: x86_64
9289
supported versions: [55]

install_template/templates/products/migration-toolkit/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ legacyRedirects:
3636

3737
## Windows
3838
- [Windows Server 2019](windows)
39+
- [Windows Server 2022](windows)
40+
- [Windows 11](windows)
3941
{% endblock otherosinstall %}

install_template/templates/products/postgresql/almalinux-8-or-rocky-linux-8.njk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
{% set packageManager = "dnf" %}
44
{% block prerequisites %}
55
{{ super() }}
6-
- Enable additional repositories to resolve dependencies:
7-
```shell
8-
dnf config-manager --set-enabled powertools
9-
```
106
- Disable the built-in PostgreSQL module:
117
```shell
12-
dnf -qy module disable postgresql
8+
sudo dnf -qy module disable postgresql
139
```
1410
{% endblock prerequisites %}

install_template/templates/products/postgresql/almalinux-9-or-rocky-linux-9.njk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
33
{% set packageManager = "dnf" %}
44
{% block prerequisites %}
55
{{ super() }}
6-
- Enable additional repositories to resolve dependencies:
7-
```shell
8-
dnf config-manager --set-enabled powertools
9-
```
106
- Disable the built-in PostgreSQL module:
117
```shell
12-
dnf -qy module disable postgresql
8+
sudo dnf -qy module disable postgresql
139
```
1410
{% endblock prerequisites %}

product_docs/docs/migration_toolkit/55/02_supported_operating_systems_and_database_versions.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: "Supported platforms and databases"
99

1010
You can use the following database product versions with Migration Toolkit:
1111

12-
- PostgreSQL versions 11, 12, 13, 14, and 15
13-
- EDB Postgres Advanced Server versions 11, 12, 13, 14, and 15
12+
- PostgreSQL versions 12, 13, 14, 15, and 16
13+
- EDB Postgres Advanced Server versions 12, 13, 14, 15, and 16
1414
- Oracle 11g
1515
- Oracle 12c
1616
- Oracle 18c
@@ -25,10 +25,19 @@ You can use the following database product versions with Migration Toolkit:
2525
- (Sybase) SAP Adaptive Server Enterprise 15.7
2626
- (Sybase) SAP Adaptive Server Enterprise 16.0
2727

28+
!!! Note
29+
All the PostgreSQL and EDB Postgres Advanced Server versions available as BigAnimal single-node, primary/standby high-availability, and distributed high-availability cluster types are also supported for use with Migration Toolkit. See the BigAnimal (EDB’s managed database cloud service) [documentation](/biganimal/latest) for more information about BigAnimal’s [supported cluster types](/biganimal/latest/overview/02_high_availability/). See the [database version policy documentation](/biganimal/latest/overview/05_database_version_policy/) for the versions of PostgreSQL and EDB Postgres Advanced Server available in BigAnimal.
30+
31+
The superuser role isn't available in BigAnimal EDB Postgres Advanced Server distributed high-availability cluster databases. As a result, the following Migration Toolkit capabilities that require superuser access aren't supported when targeting BigAnimal distributed high-availability clusters:
32+
- The `-copyViaDBLinkOra` option that enables data migration using the db_link_ora extension
33+
- The Oracle-compatible SQL command `CREATE DATABASE LINK`
34+
!!!
35+
2836
Contact your EnterpriseDB Account Manager or [sales@enterprisedb.com](mailto:sales@enterprisedb.com) if you require support for other database products.
2937

3038
!!! Note
31-
The Migration Toolkit isn't tested with and doesn't officially support use with Oracle Real Application Clusters (RAC) and Exadata. However, Migration Toolkit might work when it is connected to a single persistent node. For more information, contact your EDB representative.
39+
The Migration Toolkit isn't tested with and doesn't officially support use with Oracle Real Application Clusters (RAC) and Exadata. However, Migration Toolkit might work when it's connected to a single persistent node. For more information, contact your EDB representative.
40+
!!!
3241

3342
## Supported operating systems versions
3443

product_docs/docs/migration_toolkit/55/installing/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Select a link to access the applicable installation instructions:
5656

5757
### Debian and derivatives
5858

59-
- [Ubuntu 22.04](linux_x86_64/mtk_ubuntu_22), [Ubuntu 20.04](linux_x86_64/mtk_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mtk_ubuntu_18)
59+
- [Ubuntu 22.04](linux_x86_64/mtk_ubuntu_22), [Ubuntu 20.04](linux_x86_64/mtk_ubuntu_20)
6060

6161
- [Debian 11](linux_x86_64/mtk_debian_11), [Debian 10](linux_x86_64/mtk_debian_10)
6262

@@ -77,3 +77,5 @@ Select a link to access the applicable installation instructions:
7777
## Windows
7878

7979
- [Windows Server 2019](windows)
80+
- [Windows Server 2022](windows)
81+
- [Windows 11](windows)

product_docs/docs/migration_toolkit/55/installing/linux_x86_64/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ navigation:
2020
- mtk_sles_12
2121
- mtk_ubuntu_22
2222
- mtk_ubuntu_20
23-
- mtk_ubuntu_18
2423
- mtk_debian_11
2524
- mtk_debian_10
2625
---
@@ -63,8 +62,6 @@ Operating system-specific install instructions are described in the correspondin
6362

6463
- [Ubuntu 20.04](mtk_ubuntu_20)
6564

66-
- [Ubuntu 18.04](mtk_ubuntu_18)
67-
6865
- [Debian 11](mtk_debian_11)
6966

7067
- [Debian 10](mtk_debian_10)

product_docs/docs/migration_toolkit/55/installing/linux_x86_64/mtk_ubuntu_18.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)