4- I gave permission in the folder date:
sudo chown postgres: postgres /var/lib/pgsql/9.6/data;
sudo chmod 700 /var/lib/pgsql/9.6/data
You might want to check and see what permissions the original package installed directory had and emulate those instead of blindly dropping a 700 on it.
David J.