@@ -17,10 +17,10 @@ The plugin provides 2 ways to backup the H2 database:
17
17
- via an administration page and a backup button
18
18
- via an HTTP call to http://YOUR_GITBUCKET/database/backup
19
19
20
- Default backup file points to ` GITBUCKET_DATA/gitbucket-database-backup -YYYY-MM-DD-hhmm.zip ` where:
20
+ The default backup file points to ` GITBUCKET_DATA/backup/ gitbucket-db -YYYY-MM-DD-hhmm.zip ` where:
21
21
22
- - _ GITBUCKET_DATA_ is on a standard gitbucket installation ` ~/.gitbucket `
23
- - _ YYYY-MM-DD-hhmm_ represents a date with hour
22
+ - _ GITBUCKET_DATA_ is the standard GitBucket data directory. If not specified, default it's ` ~/.gitbucket `
23
+ - _ YYYY-MM-DD-hhmm_ represents a date with hour and minutes
24
24
25
25
### UI usage
26
26
@@ -32,7 +32,7 @@ Default backup file points to `GITBUCKET_DATA/gitbucket-database-backup-YYYY-MM-
32
32
33
33
### HTTP call usage
34
34
35
- Using your preferred tool (curl, wget, ...) it is possible fire a backup of the H2 database.
35
+ Using your preferred tool (curl, wget, ...) it is possible start a backup of the H2 database.
36
36
37
37
The URL to call looks like ` http://YOUR_GITBUCKET/database/backup ` .
38
38
@@ -45,7 +45,7 @@ On success, you will receive a `HTTP 200` answer with a body containing `done: F
45
45
46
46
Plugin version | GitBucket version
47
47
:--------------|:-----------------
48
- 1.5.x | >= 4.12 .y
48
+ 1.5.x | >= 4.16 .y
49
49
1.4.x | >= 4.10.y
50
50
1.3.x | >= 4.3.y
51
51
1.2.x | 4.x.y
@@ -66,7 +66,7 @@ sbt clean package
66
66
## Release Notes
67
67
68
68
### 1.5.0
69
- - compatibility with gitbucket 4.12.1 and scala 2.12
69
+ - compatibility with gitbucket 4.16.0 and scala 2.12
70
70
71
71
### 1.4.0
72
72
0 commit comments