Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Note prior Bug fix not was not correct. This is correct using setgid. Bug fix to instructions to setup the setgid of directory. Now all new files created will belong to the correct group.

...

Code Block
languagebash
cd /opt
sudo chownfind -R serveradmin.staff ./confluence/ -type d | sudo chownxargs -R serveradmin.staff I{} chmod g+s {}
sudo find ./confluence-data/ -type d | sudo xargs -I{} chmod g+s {}

Configure PostgreSQL

Setup Database

...