I have created a new azure installation following this guidance:
Â
When I look at the logs to my fmeServer Postsql service from powershell
kubectl logs fmeserver-2019-1590072608-postgresql-0
I get the following with authentication errors:
INFO  Initializing postgresql
postgre INFO  ==> No injected postgresql.conf file found. Creating default postgresql.conf file...
postgre INFO  ==> No injected pg_hba.conf file found. Creating default pg_hba.conf file...
postgre INFO  ==> Deploying PostgreSQL from scratch...
postgre INFO  ==> Creating postgres user with unrestricted access...
postgre INFO  ==> Configuring PostgreSQL...
postgre INFO  ==> Configuring replication parameters...
postgre INFO  ==> Configuring permissions for config files...
postgre INFOÂ
postgre INFO  ########################################################################
postgre INFO   Installation parameters for postgresql:
postgre INFO     Root User: postgres
postgre INFO     Password: **********
postgre INFO   (Passwords are not shown for security reasons)
postgre INFO  ########################################################################
postgre INFOÂ
nami    INFO  postgresql successfully initialized
#0m#38;5;2mINFO #0m ==> Starting postgresql...Â
    Connection matched pg_hba.conf line 95: "host     all             all             0.0.0.0/0               md5"
2020-05-21 14:51:59.420 GMT 157] FATAL:  password authentication failed for user "fmeserver"
2020-05-21 14:51:59.420 GMT Â157] DETAIL:  Role "fmeserver" does not exist.
    Connection matched pg_hba.conf line 95: "host     all             all             0.0.0.0/0               md5"
2020-05-21 14:51:59.438 GMT 1158] FATAL:  password authentication failed for user "fmeserver"
2020-05-21 14:51:59.438 GMT h158] DETAIL:  Role "fmeserver" does not exist.
    Connection matched pg_hba.conf line 95: "host     all             all             0.0.0.0/0               md5"
2020-05-21 14:52:00.221 GMT s161] FATAL:  database "fmeserver" does not exist
2020-05-21 14:52:00.491 GMT 8163] ERROR:  relation "fme_node" does not exist at character 15
2020-05-21 14:52:00.491 GMT g163] STATEMENT:  SELECT * from fme_node
2020-05-21 14:52:01.275 GMT Â176] ERROR:  relation "fme_node" does not exist at character 15
2020-05-21 14:52:01.275 GMT M176] STATEMENT:  SELECT * from fme_node
2020-05-21 14:52:01.540 GMT 2181] ERROR:  relation "fme_node" does not exist at character 15
2020-05-21 14:52:01.540 GMT b181] STATEMENT:  SELECT * from fme_node
Â
I cannot connect to the web portal to the Fme server it appears to time out.
Any ideas why this error occures?