gitbucket-gist-plugin doesn't work after upgrading to GitBucket 4.xThere are 2 online installations that demo GitBucket capabilities:
root / root.root / root
GitBucket has a limitation of password as below.
If you use more strong password, GitBucket suggests to use external authorization system like LDAP.
See https://github.com/gitbucket/gitbucket/wiki/Docker for more details.
GitBucket requires Java8 or higher.
Upgrade your Java installation if you get the following exception:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Handler : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
...
gitbucket-gist-plugin doesn't work after upgrading to GitBucket 4.xIf you had used gitbucket-gist-plugin with GitBucket 3.x, it does not work after upgrading to GitBucket 4.x. Solution is below:
UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';SELECT VERSION FROM VERSIONS WHERE MODULE_ID='gist' -> 4.2.0See Connect to H2 database to know how to execute SQL on the GitBucket database.
See the Installation section of README.
We strongly recommend to backup your data before upgrade GitBucket.
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.
You can help the project in many different ways: