-
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 #2900 from EnterpriseDB/release/2022-07-06
Release: 2022-07-06
- Loading branch information
Showing
53 changed files
with
1,020 additions
and
698 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
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
12 changes: 1 addition & 11 deletions
12
install_template/templates/products/edb-jdbc-connector/base.njk
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 |
---|---|---|
@@ -1,13 +1,3 @@ | ||
{% extends "platformBase/" + platformBaseTemplate + '.njk' %} | ||
{% set packageName %}edb-jdbc{% endset %} | ||
{% block postinstallMenu %}- [Initial configuration](#initial-configuration){% endblock postinstallMenu %} | ||
{% block postinstall %} | ||
## Initial configuration | ||
|
||
To make the JDBC driver available to Java, you must either copy the appropriate java `.jar` file for the JDBC version that you are using to your `$java_home/jre/lib/ext` directory or append the location of the `.jar` file to the `CLASSPATH` environment variable. | ||
|
||
Note that if you choose to append the location of the `jar` file to the `CLASSPATH` environment variable, you must include the complete pathname: | ||
|
||
`/usr/edb/jdbc/edb-jdbc18.jar` | ||
|
||
{% endblock postinstall %} | ||
{% block postinstallMenu %}- [Initial configuration](#initial-configuration){% endblock postinstallMenu %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-jdbc-connector/sles-12.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% extends "products/edb-jdbc-connector/sles.njk" %} | ||
{% set platformBaseTemplate = "sles-12" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-jdbc-connector/sles-12_ppc64le.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% extends "products/edb-jdbc-connector/sles.njk" %} | ||
{% set platformBaseTemplate = "sles-12" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-jdbc-connector/sles-15.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% extends "products/edb-jdbc-connector/sles.njk" %} | ||
{% set platformBaseTemplate = "sles-15" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-jdbc-connector/sles-15_ppc64le.njk
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% extends "products/edb-jdbc-connector/sles.njk" %} | ||
{% set platformBaseTemplate = "sles-15" %} | ||
{% set includePPC = true %} |
11 changes: 11 additions & 0 deletions
11
install_template/templates/products/edb-jdbc-connector/sles.njk
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,11 @@ | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% block postinstall %} | ||
## Initial configuration | ||
|
||
To make the JDBC driver available to Java, you must either copy the appropriate java `.jar` file for the JDBC version that you are using to your `$java_home/jre/lib/ext` directory or append the location of the `.jar` file to the `CLASSPATH` environment variable. | ||
|
||
Note that if you choose to append the location of the `jar` file to the `CLASSPATH` environment variable, you must include the complete pathname: | ||
|
||
`/usr/edb/jdbc/edb-jdbc18.jar` | ||
|
||
{% endblock postinstall %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-jdbc-connector/ubuntu-18.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-jdbc-connector/debian-10.njk" %} | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% set platformBaseTemplate = "Ubuntu-18.04" %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-jdbc-connector/ubuntu-20.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-jdbc-connector/debian-10.njk" %} | ||
{% extends "products/edb-jdbc-connector/base.njk" %} | ||
{% set platformBaseTemplate = "Ubuntu-20.04" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-ocl-connector/debian-10.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% extends "products/edb-ocl-connector/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-10" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-ocl-connector/debian-9.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% extends "products/edb-ocl-connector/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-9" %} |
7 changes: 7 additions & 0 deletions
7
install_template/templates/products/edb-ocl-connector/debian.njk
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,7 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
apt-get install {{ packageName }} | ||
apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/ubuntu-18.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/debian-10.njk" %} | ||
{% extends "products/edb-ocl-connector/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-20.04" %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-ocl-connector/ubuntu-20.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-ocl-connector/debian-10.njk" %} | ||
{% extends "products/edb-ocl-connector/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-20.04" %} |
7 changes: 7 additions & 0 deletions
7
install_template/templates/products/edb-ocl-connector/ubuntu.njk
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,7 @@ | ||
{% extends "products/edb-ocl-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
apt-get install {{ packageName }} | ||
apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-odbc-connector/debian-10.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-odbc-connector/base.njk" %} | ||
{% extends "products/edb-odbc-connector/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-10" %} |
2 changes: 1 addition & 1 deletion
2
install_template/templates/products/edb-odbc-connector/debian-9.njk
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{% extends "products/edb-odbc-connector/base.njk" %} | ||
{% extends "products/edb-odbc-connector/debian.njk" %} | ||
{% set platformBaseTemplate = "debian-9" %} |
7 changes: 7 additions & 0 deletions
7
install_template/templates/products/edb-odbc-connector/debian.njk
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,7 @@ | ||
{% extends "products/edb-odbc-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
apt-get install {{ packageName }} | ||
apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-odbc-connector/ubuntu-18.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-odbc-connector/debian-10.njk" %} | ||
{% extends "products/edb-odbc-connector/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-18.04" %} |
3 changes: 2 additions & 1 deletion
3
install_template/templates/products/edb-odbc-connector/ubuntu-20.04.njk
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
{% extends "products/edb-odbc-connector/debian-10.njk" %} | ||
{% extends "products/edb-odbc-connector/ubuntu.njk" %} | ||
{% set platformBaseTemplate = "ubuntu-20.04" %} |
7 changes: 7 additions & 0 deletions
7
install_template/templates/products/edb-odbc-connector/ubuntu.njk
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,7 @@ | ||
{% extends "products/edb-odbc-connector/base.njk" %} | ||
{% block odbcconnector %} | ||
```shell | ||
apt-get install {{ packageName }} | ||
apt-get install {{ packageName }}-dev | ||
``` | ||
{% endblock odbcconnector %} |
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
Oops, something went wrong.