This question about Configuration, Documentation, Not sure...: Answered
Migrating from Foswiki 1.0.8 to 2.1.6
Hello,
We are using Foswiki 1.0.8 version running on Ubuntu 8.04 . We installed Foswiki 2.1.6 on Ubuntu 20.04 LTS. We want to migrate the current data completely to the new one. Is it possible, if yes, how can we do it? Thank you.
--
ElvinMammadov - 21 May 2021
Here's some docu:
System.UpgradeGuide
--
MichaelDaum - 22 May 2021
Thank you for your reply. I tried bulk_copy.pl to convert the data. but it gives an error. I noticed that bulk_copy.pl is not compatible with Foswiki 1.0.x versions and is recommended to use
CharsetConverterContrib to convert the data. But the file convert_charset.pl doesn't exist.
--
ElvinMammadov - 25 May 2021
It is in the
tools
directory.
--
MichaelDaum - 25 May 2021
But, it doesn't exist there as well. I run this command, but it doesn't find it: find / -name convert_charset.pl
--
ElvinMammadov - 25 May 2021
Did you install
CharsetConverterContrib? I checked the ZIP package as well as GIT ... seems to there...
https://github.com/foswiki/CharsetConverterContrib/tree/master/tools
--
MichaelDaum - 25 May 2021