Postgress problems

Hi Torben

I am trying to install postgress sql on my new server i did the same as the other one but i am recieving now the following error when trying to connect to the data base ( this is ok ) When i try to upgrade the current version then i recieve a error 19 i will also send you the bug report

Goos

Is this brand new PostrgeSQL server? You have to initialize the database first (create the tables), on the Setup tab. Or copy over a backup from the old server.

Yes this is a brand new server because the problem with the former server could not be solved so they decided to provide me a brand new one so i am busy to transfer all the files now

Goos

I did copy and paste from the old server. Can you please check the files for me ?

Regards

Goos

The files you sent me - postgresql.conf and pg_hba.com - are related to the TCP connection to the PostgreSQL server. But the connection is not the problem here, it works fine (“default login ok”).

The problem is that at least one of the tables used by mAirListDB - the “config” table - does not existing in the database named “mairlist”.

I presume something went wrong with the backup/restore. Run pgAdmin on the new server and check if there are any tables in the “mairlist” database.