upgrade-manualstart
To start Bitbucket Server from a command prompt, change directories to the <Bitbucket Server installation directory>
and run:
bin\start-bitbucket.bat
To start Bitbucket Server to run as a service, start the application service from the services console.
To start Bitbucket Server from a terminal, change to the <Bitbucket Server installation directory>
and run:
bin/start-bitbucket.sh
For Bitbucket Data Center, Bitbucket Server and the remote Elasticsearch instance must be started separately. It is a requirement of the Bitbucket Data Center setup that you have only one remote Elasticsearch instance for your entire cluster, as described on Installing Bitbucket Data Center. The start-bitbucket.sh
command starts both Bitbucket and Elasticsearch, and should not be used to start your Bitbucket Data Center application nodes.
When using a remote Elasticsearch instance, instead of the bundled Elasticsearch instance, start Bitbucket Server by running start-webapp.sh
instead of start-bitbucket.sh
.
To start Bitbucket Data Center
Start each of your application nodes. From the
<Bitbucket Server installation directory>
, run this command for each node:
For Windowsbin\start-webapp.bat
For Linux
bin/start-webapp.sh
Start your Elasticsearch node. From the
<Bitbucket Server installation directory>
, run this command:
For Windowsbin\start-search.bat
For Linuxbin/start-search.sh
Read the page Start and stop Bitbucket for more details.
Related content
- No related content found