-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.15.0
-
None
-
Severity 3 - Minor
-
Issue Summary
According to the Upgrade Bitbucket from an archive file documentation, after upgrading Bitbucket, we should start the Bitbucket application using bin/start-webapp.sh in Linux. However, there is no such file in the tar.gz file for Bitbucket installation. Instead, there is a file named bin/_start-webapp.sh. Even when trying to run the same, we see the following error:
./bin/_start-webapp.sh is not intended to be run directly. Run start-bitbucket.sh instead To start the Bitbucket webapp without starting search, run start-bitbucket.sh --no-search
Steps to Reproduce
This file does not exist in the bin folder of installation directory.
Expected Results
The document should ask to start Bitbucket with : bin/start-bitbucket.sh
Actual Results
bin/start-webapp.sh : file not found in the Bitbucket Installation directory.
bin/_start-webapp.sh : Starting this script gives below error:
./bin/_start-webapp.sh is not intended to be run directly. Run start-bitbucket.sh instead To start the Bitbucket webapp without starting search, run start-bitbucket.sh --no-search
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available