Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037310 | Openbravo ERP | A. Platform | public | 2017-11-16 13:40 | 2018-01-03 12:39 |
|
Reporter | gorkaion | |
Assigned To | gorkaion | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037310: Amazon RDS - Postgresql compatibility. Remove superuser role. |
Description | Currently it is not possible to build Openbravo using Amazon RDS with PostgreSQL as database.
It is required to remove superuser role from Openbravo database user. |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0039273 | | closed | alostale | PG 11: NPE updating DB |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-11-16 13:40 | gorkaion | New Issue | |
2017-11-16 13:40 | gorkaion | Assigned To | => gorkaion |
2017-11-16 13:40 | gorkaion | Modules | => Core |
2017-11-16 13:40 | gorkaion | Triggers an Emergency Pack | => No |
2017-11-28 17:17 | caristu | Note Added: 0100791 | |
2017-11-28 17:18 | caristu | Note Edited: 0100791 | bug_revision_view_page.php?bugnote_id=0100791#r16399 |
2017-11-28 17:22 | caristu | Note Edited: 0100791 | bug_revision_view_page.php?bugnote_id=0100791#r16400 |
2017-11-28 17:36 | hgbot | Checkin | |
2017-11-28 17:36 | hgbot | Note Added: 0100793 | |
2017-12-01 11:32 | hgbot | Checkin | |
2017-12-01 11:32 | hgbot | Note Added: 0100886 | |
2017-12-01 11:32 | hgbot | Status | new => resolved |
2017-12-01 11:32 | hgbot | Resolution | open => fixed |
2017-12-01 11:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0247affd1bb7dbd9a6e0e265ee6aefd45d0a1211 [^] |
2017-12-01 11:53 | gorkaion | Review Assigned To | => alostale |
2017-12-19 08:01 | alostale | Note Added: 0101112 | |
2017-12-19 08:01 | alostale | Status | resolved => closed |
2017-12-19 08:01 | alostale | Fixed in Version | => 3.0PR18Q1 |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101493 | |
2018-01-03 12:39 | hudsonbot | Checkin | |
2018-01-03 12:39 | hudsonbot | Note Added: 0101508 | |
2018-09-20 13:39 | caristu | Relationship added | related to 0039273 |
Notes |
|
(0100791)
|
caristu
|
2017-11-28 17:17
(edited on: 2017-11-28 17:22) |
|
|
|
(0100793)
|
hgbot
|
2017-11-28 17:36
|
|
Repository: erp/devel/pi
Changeset: bc62b428fd985c1545ce8e90818221e95d1961cd
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Tue Nov 28 17:36:39 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bc62b428fd985c1545ce8e90818221e95d1961cd [^]
Related to issue 37310. New dbsourcemanager version to support rds.
To properly support Amazon RDS it is required to create a prescript that it is
executed with systemAdmin user. This new version of dbms enables that ability.
---
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
(0100886)
|
hgbot
|
2017-12-01 11:32
|
|
Repository: erp/devel/pi
Changeset: 0247affd1bb7dbd9a6e0e265ee6aefd45d0a1211
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Fri Dec 01 11:32:33 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0247affd1bb7dbd9a6e0e265ee6aefd45d0a1211 [^]
Fixed issue 37310. Add support for Amazon PG RDS database.
Changes required to support Amazon PG RDS.
*bbdd.user is no longer superuser
*new prescript added in postgresql to execute with bbdd.systemUser to create
requried pg extensions that need superuser privileges to execute.
*uuid_generate_v4 function is now created by creating the full uuid-ossp
instead of just the function.
---
M src-db/database/build-create.xml
M src-db/database/build.xml
M src-db/database/model/excludeFilter.xml
M src-db/database/model/postscript-PostgreSql.sql
M src-db/database/model/prescript-PostgreSql.sql
A src-db/database/model/prescript-systemuser-PostgreSql.sql
---
|
|
|
|
|
|
|
|
|
|
|