Java services run with errors
See original GitHub issuekubectl logs order-6bc8b4647c-bpwx5 order
` HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: FATAL: database “dborder” does not exist at `
It seems that the postgres pod does not init the shell script to create the database.
LOG: database system was interrupted; last known up at 2019-09-05 06:23:08 UTC LOG: database system was not properly shut down; automatic recovery in progress LOG: redo starts at 0/14EFC40 LOG: invalid record length at 0/14EFC68: wanted 24, got 0 LOG: redo done at 0/14EFC40 LOG: last completed transaction was at log time 2019-09-05 06:23:08.268566+00 LOG: MultiXact member wraparound protections are now enabled LOG: database system is ready to accept connections LOG: autovacuum launcher started FATAL: database "dbinvoicing" does not exist FATAL: database "dborder" does not exist FATAL: database "dbinvoicing" does not exist FATAL: database "dborder" does not exist
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Excellent - glad the problem is solved! 👍🙂
The same evironment on mac os works well.