Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000326 | Openbravo ERP | K. Packaging | public | 2008-05-16 10:46 | 2009-03-18 11:02 |
|
Reporter | jpabloae | |
Assigned To | jpabloae | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.35MP4 | |
Target Version | | Fixed in Version | 2.40alpha-r2 | |
Merge Request Status | |
Review Assigned To | |
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 | 0000326: PostgreSQL check fails with 8.1.11 |
Description | The installer's PostgreSQL check fails when the version is 8.1.11. It says it's not a valid version. The problem is the check allows 8.1.[4-9] versions. |
Steps To Reproduce | Install PostgreSQL 8.11 and test installing Openbravo ERP 2.35MP4. It fails in the PostgreSQL check step. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0000398 | | closed | jpabloae | PostgreSQL check fails with 8.1.11 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-05-16 10:46 | jpabloae | New Issue | |
2008-05-16 10:46 | jpabloae | Assigned To | => jpabloae |
2008-05-16 10:46 | jpabloae | Status | new => acknowledged |
2008-05-22 00:42 | jpabloae | Status | acknowledged => scheduled |
2008-05-22 00:42 | jpabloae | Status | scheduled => resolved |
2008-05-22 00:42 | jpabloae | Fixed in Version | => 2.40alpha-r2 |
2008-05-22 00:42 | jpabloae | Resolution | open => fixed |
2008-05-22 00:42 | jpabloae | Note Added: 0000296 | |
2008-05-24 18:18 | jpabloae | Note Added: 0000326 | |
2008-11-13 07:02 | jpabloae | Status | resolved => closed |
2008-11-25 21:41 | pjuvara | Sticky Issue | No => Yes |
2008-11-25 21:43 | pjuvara | Project | @5@ => Openbravo ERP |
2008-11-25 21:45 | pjuvara | Category | Installer => K. Packaging |
2008-11-25 21:47 | pjuvara | Sticky Issue | Yes => No |
2009-01-02 09:06 | skoon | Note Added: 0011829 | |
2009-01-04 04:40 | jpabloae | Note Added: 0011901 | |
2009-01-05 12:09 | skoon | Note Added: 0011912 | |
2009-01-05 12:35 | jpabloae | Note Added: 0011913 | |
2009-03-18 11:02 | anonymous | sf_bug_id | 0 => 2691280 |
Notes |
|
|
|
|
|
Workaround till a new 2.35MPX is released:
1. Move /usr/bin/psql to /usr/bin/psql2
2. Create /usr/bin/psql with this contents:
if [ "$1" = "-–version" ]; then
echo "psql (PostgreSQL) 8.1.9"
else
/usr/bin/psql2 $*
fi
3. Make it executable: chmod +x /usr/bin/psql |
|
|
(0011829)
|
skoon
|
2009-01-02 09:06
|
|
workaround does not work on osx. Still gives me "8.3 version is not supported" |
|
|
|
skoon: If you that message it's because you are trying to install version 2.35MPX. And PostgreSQL 8.3 is not supported in that version. 2.35MP5 requires >=8.1.4 and <8.3.0. |
|
|
(0011912)
|
skoon
|
2009-01-05 12:09
|
|
|
|
|
|