Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Connect to H2 database

leo edited this pageMar 16, 2017 ·7 revisions

You can look GitBucket data in H2 via H2 Console integrated into GitBucket.

  1. Logged-in to GitBucket with administrator user
  2. ClickAdministration in the header
  3. ClickH2 Console in the side menu of administration page

Administration Menu

Then, you can see the connection form of the H2 console. To connect GitBucket database, input connection information as following:

  • Driver Class: org.h2.Driver
  • JDBC URL: jdbc:h2:~/.gitbucket/data
    • Note: Replace "~/.gitbucket" with your HOME directory if you changed the directory (e.g. "jdbc:h2:C:\GitBucket_HOME\data").
  • User Name: sa
  • Password: sa

H2 Console

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp