You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client Version: 4.6.6
Server Version: 4.6.8
Kubernetes Version: v1.19.0+7070803
The Red Hat CodeReady Workspaces version: 2.10.1
The image used for postgresql container : registry.redhat.io/rhel8/postgresql-96@sha256:33643fb4cafffacb277982c6098b561aa80c06210e77d2badebef405ee953e43
The log of postgresql container:
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/pgsql/data/userdata ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default timezone ... Etc/UTC
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
running bootstrap script ...
pg_ctl: another server might be running; trying to start server anyway
waiting for server to start........LOG: redirecting log output to logging collector process
HINT: Future log output will appear in directory "pg_log".
............
cat pg_log
FATAL: the database system is starting up
LOG: could not send data to client: Broken pipe
FATAL: the database system is starting up
LOG: database system was interrupted; last known up at 2021-09-02 10:02:05 UTC
FATAL: the database system is starting up
FATAL: the database system is starting up
FATAL: the database system is starting up
FATAL: the database system is starting up
FATAL: the database system is starting up
Expect help : let the postgresql container running. I don’t know why the pg_ctl start failed or why the postgresql server not running in this container.
The text was updated successfully, but these errors were encountered:
@zhengxiaomei123 Hi, we are testing regularly our containers on OpenShift 4.12.3 and test are passing like can be seen here: #497 . It would be nice to provide a reproducer. We do not test containers in CRW and we do not plan it, as far as I know. Is the issue still valid on CRW? Also what kind of PostgreSQL version are you using?
The OpenShift Container Platform version:
The Red Hat CodeReady Workspaces version:
2.10.1
The image used for postgresql container :
registry.redhat.io/rhel8/postgresql-96@sha256:33643fb4cafffacb277982c6098b561aa80c06210e77d2badebef405ee953e43
The log of postgresql container:
cat pg_log
There is proxy configured for the container:
Expect help : let the postgresql container running. I don’t know why the pg_ctl start failed or why the postgresql server not running in this container.
The text was updated successfully, but these errors were encountered: