Running Bitbucket Data Center with a dedicated user
Bitbucket installation guide
On this page
Related content
- Right to rectification in Bitbucket Server and Data Center
- Right of access by the data subject in Bitbucket Server and Data Center
- Data protection by design and by default in Bitbucket Server and Data Center
- How to find personal repositories of deleted users
- Right to restriction of processing in Bitbucket Server and Data Center
- Records of processing activities in Bitbucket Server and Data Center
- Right to object in Bitbucket Server and Data Center
- Communication of personal data breaches in Bitbucket Server and Data Center
- How do I clear data from Bitbucket Server instance?
- Transfers of personal data to third countries or international organisations in Bitbucket Server and Data Center
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 Oct 6, 2023
Related content
- Right to rectification in Bitbucket Server and Data Center
- Right of access by the data subject in Bitbucket Server and Data Center
- Data protection by design and by default in Bitbucket Server and Data Center
- How to find personal repositories of deleted users
- Right to restriction of processing in Bitbucket Server and Data Center
- Records of processing activities in Bitbucket Server and Data Center
- Right to object in Bitbucket Server and Data Center
- Communication of personal data breaches in Bitbucket Server and Data Center
- How do I clear data from Bitbucket Server instance?
- Transfers of personal data to third countries or international organisations in Bitbucket Server and Data Center
Powered by Confluence and Scroll Viewport.