Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030187 | Openbravo ERP | A. Platform | public | 2015-06-16 11:23 | 2015-06-22 19:40 |
|
Reporter | alostale | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q3 | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030187: prevent build in unsupported PG verrsions |
Description | Prevent system to be built in unsupported PostgreSQL versions [1]
[1] http://wiki.openbravo.com/wiki/System_Requirements [^] |
Steps To Reproduce | System shouldn't be built in unsupported versions, a message should be shown and the build should stop. |
Proposed Solution | Add a build validation to implement it.
Verify with RM team the versions to stop/warn. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0029675 | 3.0PR15Q3 | closed | caristu | check DB and Tomcat have the same time at Tomcat start | related to | defect | 0030216 | 3.0PR15Q3 | closed | caristu | DatabaseVersionCheck should use org.apache.commons.lang.StringUtils class | related to | defect | 0030337 | | closed | alostale | New pg version check which should only stop old pg versions fails to parse 9.5ahpha1 and also stop using it |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-16 11:23 | alostale | New Issue | |
2015-06-16 11:23 | alostale | Assigned To | => platform |
2015-06-16 11:23 | alostale | OBNetwork customer | => No |
2015-06-16 11:23 | alostale | Modules | => Core |
2015-06-16 11:23 | alostale | Triggers an Emergency Pack | => No |
2015-06-16 11:24 | alostale | Target Version | => 3.0PR15Q4 |
2015-06-16 11:24 | alostale | Relationship added | related to 0029675 |
2015-06-16 11:24 | alostale | Status | new => scheduled |
2015-06-16 11:24 | alostale | Assigned To | platform => caristu |
2015-06-16 11:47 | alostale | Target Version | 3.0PR15Q4 => 3.0PR15Q3 |
2015-06-18 17:01 | hgbot | Checkin | |
2015-06-18 17:01 | hgbot | Note Added: 0078372 | |
2015-06-18 17:01 | hgbot | Status | scheduled => resolved |
2015-06-18 17:01 | hgbot | Resolution | open => fixed |
2015-06-18 17:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0609c9593fc7cd34a25959e41230528685f29578 [^] |
2015-06-18 17:02 | caristu | Review Assigned To | => alostale |
2015-06-18 17:02 | caristu | Issue Monitored: alostale | |
2015-06-18 17:22 | caristu | Note Added: 0078373 | |
2015-06-18 17:23 | caristu | Note Edited: 0078373 | bug_revision_view_page.php?bugnote_id=0078373#r8849 |
2015-06-19 11:29 | alostale | Note Added: 0078389 | |
2015-06-19 11:29 | alostale | Status | resolved => closed |
2015-06-19 11:29 | alostale | Fixed in Version | => 3.0PR15Q3 |
2015-06-19 23:57 | hudsonbot | Checkin | |
2015-06-19 23:57 | hudsonbot | Note Added: 0078398 | |
2015-06-22 11:26 | caristu | Relationship added | related to 0030216 |
2015-06-22 19:40 | caristu | Issue Monitored: AugustoMauch | |
2015-06-22 19:40 | caristu | Issue End Monitor: AugustoMauch | |
2015-07-10 12:16 | shuehner | Relationship added | related to 0030337 |
Notes |
|
(0078372)
|
hgbot
|
2015-06-18 17:01
|
|
Repository: erp/devel/pi
Changeset: 0609c9593fc7cd34a25959e41230528685f29578
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jun 18 16:59:22 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0609c9593fc7cd34a25959e41230528685f29578 [^]
Fixes issue 30187: prevent build in unsupported PG versions
---
A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/DatabaseVersionCheck.class
A src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/DatabaseVersionCheckData.class
A src-util/buildvalidation/src/org/openbravo/buildvalidation/DatabaseVersionCheck.java
A src-util/buildvalidation/src/org/openbravo/buildvalidation/DatabaseVersionCheck_data.xsql
---
|
|
|
(0078373)
|
caristu
|
2015-06-18 17:22
(edited on: 2015-06-18 17:23) |
|
This new build validation prevents system to be built in unsupported PostgreSQL (and also Oracle) versions.
Furthermore, it displays a warning message when using a non recommended but still supported database version. Currently it does not contain any of these "warning" versions but they can be added easily when required, into an array already prepared for each database type.
|
|
|
|
code reviewed
tested trying to update an Openbravo instance installed in a 8.4 PG version |
|
|
|
|