upgrade-manualstart
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 in 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
<Bitbucket installation directory>
, run this command for each node:
For Windowsbin\start-webapp.bat
For Linux
bin/start-webapp.sh
Start your Elasticsearch node. From
<Bitbucket 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.