-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgres db connection errors #468
Comments
** Deploying Zabbix frontend (nginx) with postgresql database
** Preparing the system
** Preparing Zabbix web-interface
********************
* DB_SERVER_HOST: postgres-server
* DB_SERVER_PORT: 5432
* DB_SERVER_DBNAME: zabbix
* DB_SERVER_SCHEMA: public
* DB_SERVER_ZBX_USER: postgresuser
* DB_SERVER_ZBX_PASS: postgrespass
********************
**** PostgreSQL server is not available. Waiting 5 seconds...
** Disable default vhosts
** Adding Zabbix virtual host (HTTP)
**** Impossible to enable SSL support for Nginx. Certificates are missed.
** Preparing Zabbix frontend configuration file
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "max_execution_time": '600'... updated
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "memory_limit": '128M'... updated
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "post_max_size": '16M'... updated
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "upload_max_filesize": '2M'... updated
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "max_input_time": '300'... updated
** Updating '/etc/php/7.2/fpm/conf.d/99-zabbix.ini' parameter "date.timezone": 'Europe/Riga'... added
** Cleaning the system
########################################################
** Executing supervisord
2019-05-31 17:23:15,221 CRIT Set uid to user 0
2019-05-31 17:23:15,221 CRIT Set uid to user 0
2019-05-31 17:23:15,221 INFO Included extra file "/etc/supervisor/conf.d/supervisord_zabbix.conf" during parsing
2019-05-31 17:23:15,221 INFO Included extra file "/etc/supervisor/conf.d/supervisord_zabbix.conf" during parsing
2019-05-31 17:23:15,228 INFO RPC interface 'supervisor' initialized
2019-05-31 17:23:15,228 INFO RPC interface 'supervisor' initialized
2019-05-31 17:23:15,228 INFO supervisord started with pid 1
2019-05-31 17:23:15,228 INFO supervisord started with pid 1
2019-05-31 17:23:16,230 INFO spawned: 'nginx' with pid 61
2019-05-31 17:23:16,230 INFO spawned: 'nginx' with pid 61
2019-05-31 17:23:16,231 INFO spawned: 'php-fpm7.2' with pid 62
2019-05-31 17:23:16,231 INFO spawned: 'php-fpm7.2' with pid 62
[31-May-2019 17:23:16] NOTICE: fpm is running, pid 62
[31-May-2019 17:23:16] NOTICE: ready to handle connections
[31-May-2019 17:23:16] NOTICE: systemd monitor interval set to 10000ms
2019-05-31 17:23:18,278 INFO success: nginx entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
2019-05-31 17:23:18,278 INFO success: nginx entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
2019-05-31 17:23:18,278 INFO success: php-fpm7.2 entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
2019-05-31 17:23:18,278 INFO success: php-fpm7.2 entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
127.0.0.1 - - [31/May/2019:17:23:20 +0000] "GET / HTTP/1.1" 200 1555 "-" "curl/7.58.0" "-"
127.0.0.1 - - [31/May/2019:17:23:30 +0000] "GET / HTTP/1.1" 200 3459 "-" "curl/7.58.0" "-"
127.0.0.1 - - [31/May/2019:17:23:40 +0000] "GET / HTTP/1.1" 200 3459 "-" "curl/7.58.0" "-"
127.0.0.1 - - [31/May/2019:17:23:50 +0000] "GET / HTTP/1.1" 200 3459 "-" "curl/7.58.0" "-"
127.0.0.1 - - [31/May/2019:17:24:00 +0000] "GET / HTTP/1.1" 200 3459 "-" "curl/7.58.0" "-" |
** Deploying Zabbix frontend (apache) with postgresql database,
** Preparing the system,
** Preparing Zabbix web-interface,
********************,
* DB_SERVER_HOST: postgres-server,
* DB_SERVER_PORT: 5432,
* DB_SERVER_DBNAME: zabbix,
* DB_SERVER_SCHEMA: public,
* DB_SERVER_ZBX_USER: postgresuser,
* DB_SERVER_ZBX_PASS: postgrespass,
********************,
** Disable default site,
** Adding Zabbix virtual host (HTTP),
**** Impossible to enable SSL support for Apache2. Certificates are missed.,
** Preparing Zabbix frontend configuration file,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "max_execution_time": '600'... updated,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "memory_limit": '128M'... updated,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "post_max_size": '16M'... updated,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "upload_max_filesize": '2M'... updated,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "max_input_time": '300'... updated,
** Updating '/etc/php/7.2/apache2/conf.d/99-zabbix.ini' parameter "date.timezone": 'Europe/Riga'... added,
** Cleaning the system,
########################################################,
** Starting Zabbix frontend,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.15.10. Set the 'ServerName' directive globally to suppress this message,
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.15.10. Set the 'ServerName' directive globally to suppress this message,
[Fri May 31 17:23:14.494626 2019] [mpm_prefork:notice] [pid 67] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations,
[Fri May 31 17:23:14.494671 2019] [core:notice] [pid 67] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND',
zabbix:80 127.0.0.1 - - [31/May/2019:17:23:24 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:23:34 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:23:44 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:23:54 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:04 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:15 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:25 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:35 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:45 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:24:55 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:25:05 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:25:15 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:25:25 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0",
zabbix:80 127.0.0.1 - - [31/May/2019:17:25:35 +0000] "GET / HTTP/1.1" 200 3893 "-" "curl/7.58.0", |
** Deploying Zabbix server with postgresql database,
** Preparing the system,
** Preparing Zabbix server,
********************,
* DB_SERVER_HOST: postgres-server,
* DB_SERVER_PORT: 5432,
* DB_SERVER_DBNAME: zabbix,
* DB_SERVER_SCHEMA: public,
* DB_SERVER_ZBX_USER: postgresuser,
* DB_SERVER_ZBX_PASS: postgrespass,
********************,
** Database 'zabbix' does not exist. Creating...,
,
** Creating 'zabbix' schema in PostgreSQL,
** Preparing Zabbix server configuration file,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "ListenPort": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SourceIP": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogType": 'console'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogFile": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogFileSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "PidFile": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DebugLevel": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBHost": 'postgres-server'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBName": 'zabbix'... updated,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBSchema": 'public'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBUser": 'blablabla'... updated,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBPort": '5432'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBPassword": 'blubblubblub'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryStorageURL": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryStorageTypes": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "DBSocket": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StatsAllowedIP": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPollers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartIPMIPollers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPollersUnreachable": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartTrappers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPingers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartDiscoverers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartHTTPPollers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartPreprocessors": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartTimers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartEscalators": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartAlerters": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "JavaGateway": 'zabbix-java-gateway'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "JavaGatewayPort": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartJavaPollers": '5'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartVMwareCollectors": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwarePerfFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareCacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "VMwareTimeout": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SNMPTrapperFile": '/var/lib/zabbix/snmptraps/snmptraps.log'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartSNMPTrapper": '1'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "HousekeepingFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "MaxHousekeeperDelete": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SenderFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "CacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "CacheUpdateFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartDBSyncers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryCacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "HistoryIndexCacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TrendCacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "ValueCacheSize": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "Timeout": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TrapperTimeout": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnreachablePeriod": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnavailableDelay": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "UnreachableDelay": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "AlertScriptsPath": '/usr/lib/zabbix/alertscripts'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "ExternalScripts": '/usr/lib/zabbix/externalscripts'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "FpingLocation": '/usr/bin/fping'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "Fping6Location": '/usr/bin/fping6'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSHKeyLocation": '/var/lib/zabbix/ssh_keys'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "LogSlowQueries": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "StartProxyPollers": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "ProxyConfigFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "ProxyDataFrequency": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLCertLocation": '/var/lib/zabbix/ssl/certs/'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLKeyLocation": '/var/lib/zabbix/ssl/keys/'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "SSLCALocation": '/var/lib/zabbix/ssl/ssl_ca/'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "LoadModulePath": '/var/lib/zabbix/modules/'... added,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCAFile": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCRLFile": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSCertFile": ''... removed,
** Updating '/etc/zabbix/zabbix_server.conf' parameter "TLSKeyFile": ''... removed,
** Cleaning the system,
########################################################,
** Starting Zabbix server,
Starting Zabbix Server. Zabbix 4.2.1 (revision 133a7c5).,
Press Ctrl+C to exit.,
,
190:20190531:173848.988 Starting Zabbix Server. Zabbix 4.2.1 (revision 133a7c5).,
190:20190531:173848.988 ****** Enabled features ******,
190:20190531:173848.988 SNMP monitoring: YES,
190:20190531:173848.988 IPMI monitoring: YES,
190:20190531:173848.989 Web monitoring: YES,
190:20190531:173848.989 VMware monitoring: YES,
190:20190531:173848.989 SMTP authentication: YES,
190:20190531:173848.989 Jabber notifications: YES,
190:20190531:173848.989 Ez Texting notifications: YES,
190:20190531:173848.989 ODBC: YES,
190:20190531:173848.989 SSH2 support: YES,
190:20190531:173848.989 IPv6 support: YES,
190:20190531:173848.989 TLS support: YES,
190:20190531:173848.989 ******************************,
190:20190531:173848.989 using configuration file: /etc/zabbix/zabbix_server.conf,
190:20190531:173849.001 current database version (mandatory/optional): 04020000/04020000,
190:20190531:173849.001 required mandatory version: 04020000,
190:20190531:173849.160 server #0 started [main process],
193:20190531:173849.167 server #3 started [timer #1],
192:20190531:173849.168 server #2 started [housekeeper #1],
194:20190531:173849.168 server #4 started [http poller #1],
195:20190531:173849.168 server #5 started [discoverer #1],
196:20190531:173849.169 server #6 started [history syncer #1],
198:20190531:173849.170 server #8 started [history syncer #3],
191:20190531:173849.172 server #1 started [configuration syncer #1],
199:20190531:173849.173 server #9 started [history syncer #4],
197:20190531:173849.173 server #7 started [history syncer #2],
200:20190531:173849.173 server #10 started [escalator #1],
201:20190531:173849.175 server #11 started [java poller #1],
202:20190531:173849.186 server #12 started [java poller #2],
203:20190531:173849.192 server #13 started [java poller #3],
204:20190531:173849.200 server #14 started [java poller #4],
205:20190531:173849.205 server #15 started [java poller #5],
206:20190531:173849.205 server #16 started [snmp trapper #1],
207:20190531:173849.212 server #17 started [proxy poller #1],
208:20190531:173849.215 server #18 started [self-monitoring #1],
209:20190531:173849.216 server #19 started [task manager #1],
206:20190531:173849.234 cannot stat SNMP trapper file "/var/lib/zabbix/snmptraps/snmptraps.log": [2] No such file or directory,
210:20190531:173849.235 server #20 started [poller #1],
211:20190531:173849.242 server #21 started [poller #2],
212:20190531:173849.246 server #22 started [poller #3],
213:20190531:173849.250 server #23 started [poller #4],
214:20190531:173849.256 server #24 started [poller #5],
215:20190531:173849.265 server #25 started [unreachable poller #1],
216:20190531:173849.270 server #26 started [trapper #1],
217:20190531:173849.276 server #27 started [trapper #2],
218:20190531:173849.281 server #28 started [trapper #3],
219:20190531:173849.289 server #29 started [trapper #4],
220:20190531:173849.292 server #30 started [trapper #5],
221:20190531:173849.296 server #31 started [icmp pinger #1],
222:20190531:173849.298 server #32 started [alert manager #1],
223:20190531:173849.300 server #33 started [alerter #1],
224:20190531:173849.302 server #34 started [alerter #2],
225:20190531:173849.305 server #35 started [alerter #3],
226:20190531:173849.313 server #36 started [preprocessing manager #1],
227:20190531:173849.317 server #37 started [preprocessing worker #1],
229:20190531:173849.362 server #39 started [preprocessing worker #3],
230:20190531:173849.367 server #40 started [lld manager #1],
231:20190531:173849.369 server #41 started [lld worker #1],
232:20190531:173849.370 server #42 started [lld worker #2],
228:20190531:173849.409 server #38 started [preprocessing worker #2],
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU,
Bad operator (INTEGER): At line 73 in /var/lib/snmp/mibs/ietf/SNMPv2-PDU, |
The files belonging to this database system will be owned by user "postgres".,
This user must also own the server process.,
,
The database cluster will be initialized with locale "en_US.utf8".,
The default database encoding has accordingly been set to "UTF8".,
The default text search configuration will be set to "english".,
,
Data page checksums are disabled.,
,
fixing permissions on existing directory /var/lib/postgresql/data ... ok,
creating subdirectories ... ok,
selecting default max_connections ... 100,
selecting default shared_buffers ... 128MB,
selecting dynamic shared memory implementation ... posix,
creating configuration files ... ok,
running bootstrap script ... ok,
performing post-bootstrap initialization ... ok,
syncing data to disk ... ok,
,
WARNING: enabling "trust" authentication for local connections,
You can change this by editing pg_hba.conf or using the option -A, or,
--auth-local and --auth-host, the next time you run initdb.,
,
Success. You can now start the database server using:,
,
pg_ctl -D /var/lib/postgresql/data -l logfile start,
,
waiting for server to start....2019-05-31 17:41:42.221 UTC [39] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432",
2019-05-31 17:41:42.275 UTC [40] LOG: database system was shut down at 2019-05-31 17:41:42 UTC,
2019-05-31 17:41:42.282 UTC [39] LOG: database system is ready to accept connections,
done,
server started,
CREATE DATABASE,
,
,
/usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*,
,
2019-05-31 17:41:42.725 UTC [39] LOG: received fast shutdown request,
waiting for server to shut down....2019-05-31 17:41:42.733 UTC [39] LOG: aborting any active transactions,
2019-05-31 17:41:42.737 UTC [39] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1,
2019-05-31 17:41:42.737 UTC [41] LOG: shutting down,
2019-05-31 17:41:42.799 UTC [39] LOG: database system is shut down,
done,
server stopped,
,
PostgreSQL init process complete; ready for start up.,
,
2019-05-31 17:41:42.839 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432,
2019-05-31 17:41:42.839 UTC [1] LOG: listening on IPv6 address "::", port 5432,
2019-05-31 17:41:42.849 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432",
2019-05-31 17:41:42.873 UTC [57] LOG: database system was shut down at 2019-05-31 17:41:42 UTC,
2019-05-31 17:41:42.882 UTC [1] LOG: database system is ready to accept connections,
2019-05-31 17:41:44.736 UTC [66] FATAL: database "blablabla" does not exist,
2019-05-31 17:41:44.779 UTC [67] FATAL: database "blablabla" does not exist,
2019-05-31 17:41:44.822 UTC [68] FATAL: database "blablabla" does not exist, |
currently trying to replicate over at katacode for other arches |
Closed
Sorry, but what is the problem? :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I change the default postgres credentials to something else those errors are logged on the postgres-server
After that the connection seams to succeed as the server comes up and also the web frontend is working.
On each restart of the components the error lines are again logged so it's not just on db creation. Also the errors occures three times if no frontend is started at all so it comes from the server-pgsql itself.
Currently tried on ubuntu-latest
The text was updated successfully, but these errors were encountered: