[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Health] Gnu Health 2.8 Could not connect to local database server
From: |
Axel Braun |
Subject: |
Re: [Health] Gnu Health 2.8 Could not connect to local database server |
Date: |
Thu, 19 Feb 2015 13:46:32 +0100 |
Hi Chris,
> I need some help to go over the "Could not connect to the server" error
> for version 2.8.
>
> I am able to install everything in Debian, Ubuntu and OpenSuSE 13.2. and
> having done that I am able to get to the demo databases on the Internet.
> My problem is with connecting to my local server and creating databases.
> Earlier on, I was able to install the 2.6 version and make it work
> locally.
>
> I have read practically all the forum questions and solutions given like
> for example in the case of Axel but I am still unable to get a local
> connection. Is there an updated 'howto' that I can follow step by step?
Have we mailed before? Not aware of it....but no problem.
I can only speak for openSUSE, what I would try:
- open a terminal window and log in a s root (su)
- check if the processes are running:
systemctl status postgresql
systemctl status trytond
- check the databases:
psql -l
...and post the results...
HTH
Axel