Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027276Openbravo ERPA. Platformpublic2014-08-04 18:582014-08-08 18:54
shuehner 
alostale 
urgentminorhave not tried
closedfixed 
5
 
3.0PR14Q43.0PR14Q4 
shuehner
Core
No
0027276: ant diagnostics should be update to acknowledge the de-support of pg8.3 + ora10
Right now ant diagnostics checks for:
Postgresql >=8.3 (and 8.3.5 on windows)
Oracle > 10

Both checks should be updated to reflect that both of those are no longer supported in Q3 release.

Note: the min version can be set in a property file without touching any java code.


When done please request backporting of this fix to the next Q3.1 emergency mp.
But i think not worth to start one just for this.
Compare checks in 'ant dianostics' with System Requirements page in the wiki.
Change postgres min version to be >=8.4
Change oracle min version to be >=11.1
No tags attached.
Issue History
2014-08-04 18:58shuehnerNew Issue
2014-08-04 18:58shuehnerAssigned To => AugustoMauch
2014-08-04 18:58shuehnerModules => Core
2014-08-04 18:58shuehnerTriggers an Emergency Pack => No
2014-08-05 07:38alostaleAssigned ToAugustoMauch => alostale
2014-08-05 13:44alostaleSummaryand diagnostics should be update to acknowledge the de-support of pg8.3 + ora10 => ant diagnostics should be update to acknowledge the de-support of pg8.3 + ora10
2014-08-05 14:12alostaleReview Assigned To => shuehner
2014-08-05 14:23hgbotCheckin
2014-08-05 14:23hgbotNote Added: 0069090
2014-08-05 14:23hgbotStatusnew => resolved
2014-08-05 14:23hgbotResolutionopen => fixed
2014-08-05 14:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ca197a91d631ddfa99bda9795676ef081b7da9ca [^]
2014-08-06 16:26shuehnerNote Added: 0069103
2014-08-06 16:26shuehnerStatusresolved => closed
2014-08-06 16:26shuehnerFixed in Version => 3.0PR14Q4
2014-08-08 18:54hudsonbotCheckin
2014-08-08 18:54hudsonbotNote Added: 0069267

Notes
(0069090)
hgbot   
2014-08-05 14:23   
Repository: erp/devel/pi
Changeset: ca197a91d631ddfa99bda9795676ef081b7da9ca
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 05 14:23:02 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ca197a91d631ddfa99bda9795676ef081b7da9ca [^]

fixed issue 27276: diagnostics desupport for pg 8.3 + ora 10

  Minimum required versions are now:

   -PostrgeSQL: 8.4
   -Oracle: 10

---
M src-util/diagnostic/config/diagnostics.properties
---
(0069103)
shuehner   
2014-08-06 16:26   
Reviewed (only config change and only affecting ant diagnostic command and nothing else).

Tested running ant diagnostic (all tests passed).

1.) pg8.3 shows correctly not supported
/home/huehner/ob/tmp/pi_pg83_tmp/src-util/diagnostic/build.xml:126: Minimum required version: 8.4, current version 8.3.23
Tip: check http://wiki.openbravo.com/wiki/Development_Stack_Setup#PostgreSQL [^]

2.) pg8.4 shows correctly is supported
  [checkDB] Checking PostgreSQL version...
  [checkDB] Minimum required version: 8.4, current version 8.4.22
  [checkDB] PostgreSQL version OK

3.) oracle 10 shows correctly not supported
/home/rafa/workspaces/ws/openbravo-pi-oracle/openbravo/src-util/diagnostic/build.xml:126: Minimum required version: 11.1, current version 10.2.0.1.0

4.) oracle 11.1 shows correctly supported
  [checkDB] Checking Oracle version...
  [checkDB] Minimum required version: 11.1, current version 11.1.0.7.0
  [checkDB] Oracle version OK
(0069267)
hudsonbot   
2014-08-08 18:54   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4450016dee64 [^]
Maturity status: Test