Updated FAQ (markdown)

Naoki Takezoe
2016-02-20 00:50:53 +09:00
parent 8c7765d565
commit cb7bfddfc0

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.