Running Bitbucket Data Center with a dedicated user
Bitbucket installation guide
On this page
Related content
- Security of processing in Confluence Server and Data Center
- Possible Confluence and Synchrony Configurations
- Possible Confluence and Synchrony Configurations
- Data Protection by Design and by Default in Confluence Server and Data Center
- Data Protection by Design and by Default in Confluence Server and Data Center
- Confluence Security Overview and Advisories
- Confluence Security Overview and Advisories
- Running Confluence Over SSL or HTTPS
- Running Confluence Over SSL or HTTPS
- Best Practices for Configuring Confluence Security
For production installations, we recommend that you create a new dedicated user that will run Bitbucket Data Center on your system. This user:
- Should be local.
- Should not have admin privileges.
- Should be a non-privileged user with read, write, modify, and execute access (called "Full control" permission on Windows) on the Bitbucket Data Center install directory and home directory.
Learn more about how to run Bitbucket as a Linux service
Here is an example of how to create a dedicated user to run Bitbucket Data Center on Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /opt/atlassian/bitbucket --shell /bin/bash atlbitbucket
Last modified on Sep 24, 2024
Related content
- Security of processing in Confluence Server and Data Center
- Possible Confluence and Synchrony Configurations
- Possible Confluence and Synchrony Configurations
- Data Protection by Design and by Default in Confluence Server and Data Center
- Data Protection by Design and by Default in Confluence Server and Data Center
- Confluence Security Overview and Advisories
- Confluence Security Overview and Advisories
- Running Confluence Over SSL or HTTPS
- Running Confluence Over SSL or HTTPS
- Best Practices for Configuring Confluence Security
Powered by Confluence and Scroll Viewport.