mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-09-04 00:01:55 +02:00
Updated FAQ (markdown)
14
FAQ.md
14
FAQ.md
@@ -17,4 +17,16 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
|
||||
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
||||
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
|
||||
...
|
||||
```
|
||||
```
|
||||
|
||||
## How to upgrade GitBucket?
|
||||
|
||||
See the [Installation](https://github.com/gitbucket/gitbucket#installation) section of README.
|
||||
|
||||
We strongly recommend to backup your data before upgrade GitBucket.
|
||||
|
||||
## How to backup GitBucket data?
|
||||
|
||||
Basically, you can backup GitBucket data by copying `GITBUCKET_HOME` directory (`~/.gitbucket` in default) to the other place **after stopping GitBucket**.
|
||||
|
||||
See [[Backup]] also to check advanced topics about backup.
|
||||
Reference in New Issue
Block a user