Created 05-11-2015 01:56 AM
We have the postgres db crashes occasional.
There is no core dump.
Can we add the -c flag to the pg_ctl command in the /etc/init.d/cloudera-scm-server-db file?
$SU -c "pg_ctl start -c -w -D $DATA_DIR -l $SERVER_LOGFILE"
can we keep this change permanent?
Thanks
Doron
Created 05-12-2015 01:06 PM
Created 05-12-2015 01:06 PM
Created 05-13-2015 05:49 AM
Thanks
we'll do that.
i.e. - currently we'll add the flag under init.d
for the long run we'll create an alternative robust DB.
Doron