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

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

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

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..

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

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