wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[OB2][BERLIN] Add support for Postgresql versions below 12 #254

Closed Dinushi closed 3 years ago

Dinushi commented 3 years ago

Description:

The POSTGRE sql section of https://docs.wso2.com/display/OB200/Configuring+Databases+for+Berlin#d2bc69c17e63464f9f5c2da034d3d638 should be updated as follows.

The user should be instructed to select the script for openbank_openbankingdb according to the installed postgresql version.

for postgresql versions 12 and above -> dbscripts/finance/berlin-group.org/postgresql.sql for postgresql versions below 12 -> dbscripts/finance/berlin-group.org/postgresql_11.sql

Suggested Labels:

Suggested Assignees:

Affected Product Version: OB 2.0.0

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

isharailanga commented 3 years ago

This is fixed as follows in Configuring Databases for Berlin#PostgreSQL image