You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# gitbucket-h2-backup-plugin
2
2
3
-
This plugin enhances [takezoe/gitbucket](https://github.com/takezoe/gitbucket) by offering a way to backup/dump the h2 database of gitbucket.
3
+
This plugin enhances [GitBucket](https://github.com/gitbucket/gitbucket) by offering a way to backup/dump the H2 database of GitBucket.
4
4
5
-
It originates from [pull request #845](takezoe/gitbucket#845) and can be used to adress database backup described in [gitbucket backup documentation](https://github.com/takezoe/gitbucket/wiki/Backup)
5
+
It originates from [pull request #845](takezoe/gitbucket#845) and can be used to address database backup described in [gitbucket backup documentation](https://github.com/takezoe/gitbucket/wiki/Backup)
6
6
7
7
## Features
8
8
9
9
### H2 Backup
10
10
11
-
This plugin allows to backup the underlying H2 database used by default by gitbucket.
11
+
This plugin allows to backup the underlying H2 database used by default by GitBucket.
12
12
13
13
## Usage
14
14
@@ -94,7 +94,7 @@ sbt clean package
94
94
In version 1.4.0, it is possible to secure the `database/backup` endpoint:
95
95
96
96
- launch gitbucket with System property _secure.backup_ set to true (for example `-Dsecure.backup=true` on the command line)
97
-
- due to actual limitations of gibucket & plugins security, once the previous setting is activated,
97
+
- due to actual limitations of gitbucket & plugins security, once the previous setting is activated,
98
98
a call to `http://YOUR_GITBUCKET/database/backup` will be temporary redirected `http://YOUR_GITBUCKET/api/v3/plugins/database/backup`.
99
99
You have to follow this temporary redirection.
100
100
- if you call the endpoint using _httpie_, use the `--follow` parameter
0 commit comments