Can't Connect Database on CentOS 8

General discussions and questions.
Post Reply
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Can't Connect Database on CentOS 8

Post by Khiladi »

Hi Timur,

I am done with all the steps for installation also postgres is working and database has been created but Its throwing this error while running afcmd db_check

Thu 15 Oct 01:31.20: WARNING Config file does not exist: /root/.cgru/config.json

Project was build without SQL library.
AFERROR: afanasy.cmd.Check: Database connect failed: (null)

Database connection is NOT WORKING !

Regard
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Can't Connect Database on CentOS 8

Post by timurhai »

Ops...

Code: Select all

Project was build without SQL library.
It seems that i missed something building the project on CentOS 8 ((

You can re-build project manually.
Or wait, i will update the latest 3.1.0 release.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Can't Connect Database on CentOS 8

Post by timurhai »

Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Can't Connect Database on CentOS 8

Post by Khiladi »

Hey Timur Thanks man,

But right now I am getting another error while db_check command I am getting this error.

[khiladi@localhost cgru]$ afcmd db_check
afcmd: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by afcmd)
Fri 16 Oct 05:52.43: WARNING Config file does not exist: /opt/cgru/config.json
WARNING: SERVER ADDRESS IS NOT CONFIGURED, USING 127.0.0.1

Database connection is working.
[khliadi@localhost cgru]$

Regards
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Can't Connect Database on CentOS 8

Post by timurhai »

I do not see any error...
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Can't Connect Database on CentOS 8

Post by Khiladi »

So this is just a warning

Code: Select all

afcmd: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by afcmd)
Regards
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Can't Connect Database on CentOS 8

Post by timurhai »

I never saw such message.
You can try to ask on PostgreSQL forums.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Can't Connect Database on CentOS 8

Post by Khiladi »

Understood,

You may check Windows Build too as it is giving that same error

Code: Select all

WARNING: SERVER ADDRESS IS NOT CONFIGURED, USING 127.0.0.1

Project was build without SQL library.
AFERROR: afanasy.cmd.Check: Database connect failed: (null)

Database connection is NOT WORKING ! 
Regards
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Can't Connect Database on CentOS 8

Post by timurhai »

I never have to set up sql server on windows.
Generally, windows is not a server os.
You are going to use render manager server with a postgresql server on windows?
I never met such requests.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply