Re: Data Migration

2017-11-28 Thread Christian Froehler
Hi, I have used Jürgen's "migratePlugin" to migrate JSPWiki pages from JDBCProvider (mysql) to plain text files, and have enhanced it to handle also attachments. The history of page edits was transfered, too, but the timestamps of the edits got lost -- older versions of the pages now have all

Re: [VOTE] Move to github as the primary repo

2017-11-28 Thread Rick Brockman
+1 thanks -rick On 2017-11-28 18:41, Dirk Frederickx wrote: > +1 > > kr > dirk > > On Wed, Nov 29, 2017 at 12:33 AM, Juan Pablo Santos Rodríguez < > juanpablo.san...@gmail.com> wrote: > > and my +1. > > br, > juan pablo > > On Wed, Nov 29, 2017 at 12:33 AM, Juan Pablo Santos Rodríguez <

jspwiki topic on github for your custom jspwiki extension

2017-11-28 Thread Juan Pablo Santos Rodríguez
Hi, a little off-topic, but I've noticed earlier this week that github allows, from some months back, to add topics (like in tags, or labels) to your repos [1], so they can become more easily discoverable. So if you're hosting a plugin, filter or whatever other extension on your github repo, pleas

Re: [VOTE] Move to github as the primary repo

2017-11-28 Thread Dirk Frederickx
+1 kr dirk On Wed, Nov 29, 2017 at 12:33 AM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > and my +1. > > > br, > juan pablo > > On Wed, Nov 29, 2017 at 12:33 AM, Juan Pablo Santos Rodríguez < > juanpablo.san...@gmail.com> wrote: > > > Hi all, > > > > As noted else-thread, w

Re: [VOTE] Move to github as the primary repo

2017-11-28 Thread Juan Pablo Santos Rodríguez
and my +1. br, juan pablo On Wed, Nov 29, 2017 at 12:33 AM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi all, > > As noted else-thread, we're currently using ASF's git repo as the > canonical repo with a read-only copy at github, but infra offers from a > while back now

[VOTE] Move to github as the primary repo

2017-11-28 Thread Juan Pablo Santos Rodríguez
Hi all, As noted else-thread, we're currently using ASF's git repo as the canonical repo with a read-only copy at github, but infra offers from a while back now the opposite possibility: work with github repo, which sends the commits automatically to the ASF's repo, which gets then read-only. It w

Re: Thoughts on how to increase contributions

2017-11-28 Thread Juan Pablo Santos Rodríguez
Hi, just to make these things start moving, * regarding moving to github as primary repo: infra needs a link to a formal [VOTE] thread, so I'll begin one in a minute * regarding committership, the examples provided weren't too accurate ** commons grants commit right to every asf committer on san

Re: Data Migration

2017-11-28 Thread Jürgen Weber
Forgive my ignorance. The old JDBCProvider has been ported and linked by https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedProviders Jürgen

Re: Data Migration

2017-11-28 Thread Jürgen Weber
Col, will you port the old JDBCProvider? Am 28.11.2017 16:56 schrieb "Col Willis" : > I will look at that migratePlugin - Thanks. > > I thought of developing a Page Crawler using XML RPC; to re-create on the > New Wiki. > > Is it possible to Download attachments/Files via the XMLRPC? > > > > On 2

Re: Data Migration

2017-11-28 Thread Col Willis
I will look at that migratePlugin - Thanks. I thought of developing a Page Crawler using XML RPC; to re-create on the New Wiki. Is it possible to Download attachments/Files via the XMLRPC? On 28 November 2017 at 15:45, Jürgen Weber wrote: > Well, there once was a JDBCProvider, might be fun t

Re: Data Migration

2017-11-28 Thread Jürgen Weber
Well, there once was a JDBCProvider, might be fun to port it to current JSPWiki .. License is LGPL. https://www.ecyrd.com/JSPWiki/wiki/JDBCProviders As for migrating, I once hacked a simple Plugin to migrate to a different provider, it might be useful as copy template.. https://github.com/weber

Re: Data Migration

2017-11-28 Thread Col Willis
Of course! On 28 November 2017 at 14:20, Paul Uszak wrote: > To be clear, you still want to stick with JSPWiki for the front end though? > > On 28 November 2017 at 13:16, Col Willis wrote: > > > Hi all, > > > > I have a personal JSPWiki for a few years with File-based storage > > (jspwiki-files

Re: Data Migration

2017-11-28 Thread Paul Uszak
To be clear, you still want to stick with JSPWiki for the front end though? On 28 November 2017 at 13:16, Col Willis wrote: > Hi all, > > I have a personal JSPWiki for a few years with File-based storage > (jspwiki-files) > > I want to migrate this to AWS Cloud, but setup a Database back-end...

Data Migration

2017-11-28 Thread Col Willis
Hi all, I have a personal JSPWiki for a few years with File-based storage (jspwiki-files) I want to migrate this to AWS Cloud, but setup a Database back-end... What is the best way to Migrate data from jspwiki-files into Database? Thanks, Colin