Updated FAQ (markdown)

Naoki Takezoe
2016-07-20 01:59:43 +09:00
parent a3f50136d6
commit c0add637fd

2
FAQ.md

@@ -33,7 +33,7 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
## gitbucket-gist-plugin doesn't work after upgrading to GitBucket 4.x
If you had used [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) with GitBucket 3.x, it fails to migrate after upgrading GitBucket 4.x. Solution is below:
If you had used [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) with GitBucket 3.x, it does not work after upgrading to GitBucket 4.x. Solution is below:
1. `UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';`
2. restart gitbucket