Since we have upgraded Jira Service Desk our backup zip files have now changed.
Old rights: rw-rw-r--
New rights: rw-r-----
Can we changed the way the backups are configured so they go back to the old rights?
Hi Robert,
I am not aware of any recent updates to Jira or Service Desk that would have changed the permissions of these files as they sit in the $JIRAHOME/export/ folder or elsewhere.
However technically both sets of permissions you listed are slightly off versus what permissions I would have expected for those files. I would recommend checking our our KB on How to fix Jira directory Permissions in Linux for details of how we expect both Jira directories to be permissioned. From that guide you can see that there are sample commands of:
sudo chown -R jira:jira /path/to/jirahome
sudo chown -R jira:jira /path/to/jirainstall
chmod -R u=rwx,g=rx,o=rx /path/to/jirahome
chmod -R u=rwx,g=rx,o=rx /path/to/jirainstall
this in turn should effectively set the permissions of those files to rwxr-xr-x The write permissions only needs to exist for the Jira user that starts the Jira process to create that file.
However if for some reason you want to grant the write permission to other group members, you should be able to do so as well. It's just that Jira does not necessarily need to grant that permission for these files to be created successfully.
Regards,
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.