Investigating Bitbucket Server Database Schema

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

The purpose of this guide is to walk you through connecting to Bitbucket Server's embedded Hypersonic SQL Database using the Database Administration tool DBVisualizer. This will allow you to investigate the Bitbucket Server database schema. 


Running Bitbucket connected to the embedded database is not supported in production environments. Production environments must have their own dedicated external database.

Please check Connect Bitbucket to an external database for more details.



このページの内容


Read on for step by step instructions on how to Configure DbVisualizer and connect it to Bitbucket Server's HSQLDB database.

Prerequisites

  1. Download and install the latest copy of DBVisualizer.
  2. Create a backup of your database, which you will connect to.
  3. If you're using HSQL Embedded database, ensure that Bitbucket Server is not running or use DBVisualizer to connect to the backup of your database and not the actual production version.

Connection Procedure

Please ensure that you read and follow the instructions below carefully.


Ensure you create a backup of your data before attempting any modifications.

Create the Database Connection

  1. Open Connection Wizard. 

    Screenshot: Opening the Connection Wizard
     

  2. Enter an identifiable name for the connection. For example: bitbucket

    Screenshot: Entering a Name for the Connection
     

  3. 'Next' をクリックします。

Select a JDBC Driver

The example below assumes that you're trying to connect to HSQL database, if you're trying to connect to one of the External Databases then please define a driver for the target database.



  1. From the drop down list select HSQLDB Embedded 

    Screenshot: Selecting a Database
     

  2. Click on Load Driver Files
  3. Browse to <Bitbucket Server Installation>/atlassian-bitbucket/web-inf/lib directory where the hsqldb*.jar file is located.

Select the Database Path

  1. Browse to your <BITBUCKET_HOME> directory if you are going to connect to your production database (Bitbucket Server is shutdown)
  2. Open the shared/data folder
  3. Select the db.log file 

Enter the Connection Details

  1. Remove the .log from the end of db

    Screenshot: Entering Connection Details
     

  2. Type in sa for the username.
  3. Leave the password field blank
  4. Click on 'Finish' to complete the setup
    Refer to the example screenshot above if you are unsure.

Connect to the Embedded Database

  1. Select the connection from the list on the left hand side. 

    If you're trying to connect to one of the External Databases then, select a different Database Type & Driver.

    Then specify a Database URL for your Database Type.


    Screenshot: Connecting to the Embedded Database
     

  2. You can now click on 'Connect' to connect to the embedded database. 

Viewing the Tables and their References

  1. Click on tables on the left and references in the middle to see an image that displays all tables and shows references.

    These images apply to Bitbucket Server 4.0.2 tables. Please note that the tables will be different in different versions of the product.



最終更新日 2021 年 9 月 20 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.