diff --git a/FAQ.md b/FAQ.md index 3a9ffa7..c8c2c0b 100644 --- a/FAQ.md +++ b/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) ... -``` \ No newline at end of file +``` + +## 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. \ No newline at end of file