VMware Cloud Community
legioon
Enthusiast
Enthusiast

Object Storage Extension (OSE) PostgreSQL Register Error

Hi,

I have installed OSE 2.1 and Postgressql 10.17 on Centos 8. Also, I have created a database and user and done other settings by following the article ; http://www.vstellar.com/2020/05/20/vcd-object-storage-extension-part-5-ose-installation-cloudian-int... 

But I'm getting the following error while registring ose to database. 

[root@oseserver ~]# ose db set --url=jdbc:postgresql://127.0.0.1:5432/osedb --user=oseadmin --secret='VMware1!'
Error: Fail to configure database configuration as
Access keeper: DB can't pass validate

Even I have installed the Postgressql DB to different OS, nothing has changed. 

Do you have any idea ?

0 Kudos
1 Reply
legioon
Enthusiast
Enthusiast

I fixed the issue. I have used FQDN instead of IP address and it's working fine now.

Example:postgresql://127.0.0.1:5432/osedb -----> postgresql://oseserver.domain.local:5432/osedb

0 Kudos