upgrade-manualstart

_UpgradeGuideIncludes

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

For Linux...

To start Bitbucket Server from a terminal, change to the <Bitbucket Server installation directory> and run:

bin/start-bitbucket.sh
For starting Bitbucket Data Center...

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

  1. Start each of your application nodes. From the <Bitbucket Server installation directory>, run this command for each node:

    For Windows

    bin\start-webapp.bat


    For Linux

    bin/start-webapp.sh
  2. Start your Elasticsearch node. From the <Bitbucket Server installation directory>, run this command:

    For Windows

    bin\start-search.bat


    For Linux

    bin/start-search.sh

Read the page Start and stop Bitbucket for more details.

Last modified on Jan 31, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.