Issues
Running latest version of Airship in a bottle gives error
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Sukhdev KapurSukhdev KapurPriority
Highest
Details
Details
Assignee
Unassigned
UnassignedReporter
Sukhdev Kapur
Sukhdev KapurPriority
Created January 29, 2019 at 4:24 PM
Updated May 23, 2019 at 12:36 AM
Activity
Ruijing GuoMay 23, 2019 at 12:36 AM
I also hit this issue as:
postgresql-0 0/1 CrashLoopBackOff 3 1m
kubectl logs -n ucp postgresql-0
creating configuration files ... ok
FATAL: could not read directory "pg_notify": Unknown error 523
child process exited with exit code 1
initdb: removing contents of data directory "/var/lib/postgresql/data"
creating template1 database in /var/lib/postgresql/data/base/1 ... root@n0:/home/vagrant#
Mike HunterFebruary 5, 2019 at 7:21 PM
We are working the issue actively...please stand by.
Apparently, the postgress directory is not getting created correctly. Can somebody more familiar with the subject provide some help/guidance.
Here is the logs showing the error:
root@b1s11-node1:~# docker logs 2ed94c962009
+ exec /docker-entrypoint.sh postgres -N 100 -B 128MB
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 ... 64MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
FATAL: could not read directory "pg_notify": Unknown error 523
child process exited with exit code 1
initdb: removing contents of data directory "/var/lib/postgresql/data"
creating template1 database in /var/lib/postgresql/data/base/1 ... root@b1s11-node1:~#