Page tree

Versions Compared

Key

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

...

Now only users belonging to staff or serveradmin can view the Confluence folders.

However, this is not enough. Any new files created in those directories will change to what the particular user has set in terms of that user's groups. This also includes the process user serveradmin. The log files created when Confluence start will belong to serveradmin user and serveradmin group - which we don't want. So to fix this we tell the Directories to set the setgid bit,

Code Block
languagebash
cd /opt
sudo chown -R serveradmin.staff ./confluence/
sudo chown -R serveradmin.staff ./confluence-data/

Configure PostgreSQL

Setup Database

...