Обсуждение: PostgreSQL and Ubuntu (and Evergreen)

Поиск
Список
Период
Сортировка

PostgreSQL and Ubuntu (and Evergreen)

От
Jeff Fox
Дата:

I am new to Linux and to PostgreSQL. I am installing Evergreen 2.2.3 library system to Ubuntu-Precise which uses PostgreSQL 9.

Evergreen cannot “see” the database. If anyone out there would like to help, please let me know and I’ll send logs and error messages. I am royally stuck (and so close to completing the install!)

 

 

Description: cid:image001.gif@01CC8CC7.D2936F80

Jeffrey Fox | IT Application & DB Specialist
The Museum of Flight
9404 East Marginal Way South; Seattle, WA 98108
p. 206.768.7213 | f. 206.764.5707
jfox@museumofflight.org

www.museumofflight.org 

 

 

Вложения

Re: PostgreSQL and Ubuntu (and Evergreen)

От
Kevin Grittner
Дата:
Jeff Fox <JFox@museumofflight.org> wrote:

> I am installing Evergreen 2.2.3 library system

I had to do a web search to find out what that meant.  For the
benefit of others, this is application software "for libraries
that helps library patrons find library materials, and helps
libraries manage, catalog, and circulate those materials."

http://evergreen-ils.org/

> which uses PostgreSQL 9.

A major release in PostgreSQL is identified by everything before
the second dot.  9.0, 9.1, and 9.2 are have different feature sets.
Beyond that, it often helps to know the minot release because
there may be bug fixes in later minor releases which are relevant.
The best thing, where possible, is to show the output of running
this on a database connection:

SELECT version();

> Evergreen cannot “see” the database. If anyone out there would
> like to help, please let me know and I’ll send logs and error
> messages. I am royally stuck (and so close to completing the
> install!)

Logs and error messages are really needed for anyone to make a
useful suggestion.  Is there some reason you can't show the
relevant parts on this list?  If you do, you are very likely to get
a volunteer to offer advice.

You might want to browse this:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company