I use an old plugin called the Space Usage Report plugin, developed by the university of Iowa. I now want to use it in a new wiki, but I can't find the jar file anywhere.
I can find it in the database table called PLUGINDATA, but when my DBA exports it from the database it's corrupt or not in the right format.
Has anybody been able to export a jar file from the database and successfully reuse it?
Thanks
Linden
In posgresql:
\copy (select encode(data,'hex') from plugindata where filename='plugin-filename.jar') TO '/destination/path/plugin-filename.hex'
Then on linux do:
xxd -p -r /destination/path/plugin-filename.hex /destination/path/plugin-filename.jar
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.