I am looking into installing the new version of postgres. Is there any
documentation on how to secure it following DISAs guidelines to pass the
SRR/STIGS.
Thank you,
Tim
I am looking into installing the new version of postgres. Is there any
documentation on how to secure it following DISAs guidelines to pass the
SRR/STIGS.
Thank you,
Tim
> It seems like there should be a return code or
> something that will tell me that there has been a normal completion.
I check for return code 0 in my scripts...
$PG_DUMP --schema=${SCHEMA} ${DBNAME} > ${TMPFILE}
RETVAL=$?
if [ ${RETVAL} -eq 0 ] ; then
e