0

I need to migrate my live GitBucket installation from one physical machine (Win7) to a different machine (Win7), not to backup my current installation.

I'm using version 4.18.0 with default settings and standalone app with java -jar gitbucket.war.

The installation is using the default H2 database and HOME directory is C:\Users\USER\.gitbucket.

dim
  • 59
  • 11
  • Does the answer helps you solve the problem? If yes, you can mark it as answer. And it will also benefit others who have similar questions. – Marina Liu Dec 28 '17 at 06:48

1 Answers1

0

Shutdown the current GitBucket and simply copy ~/.gitbucket to a new machine.

Naoki Takezoe
  • 471
  • 2
  • 7
  • Works fine. But before run I had to edit `~/gitbucket.conf` and replace old computer name with the new one. – dim Jan 10 '18 at 11:42