Playing around with the Wiki, I was wondering whether there is an easy way to export the Wiki. Where does OnlyOffice store the data created in the wiki? I took a look at /var/www/onlyoffice/Data/Products/Community/Modules/Wiki/Data (Linux), but pretty empty as far as I can tell (we've created a dozen or so articles).
Is OO's Wiki based on https://www.mediawiki.org/wiki/MediaWiki? If so, I'd be interested in moving the data between OO and MediaWiki. Generally, the idea is to be able to easily move data from one Wiki solution to another.
Thx
Exporting the Wiki
Re: Exporting the Wiki
Hello randomstranger!
All wiki pages are stored in database (wiki_categories, wiki_comments, wiki_files, wiki_pages, wiki_pages_history).
All wiki pages are stored in database (wiki_categories, wiki_comments, wiki_files, wiki_pages, wiki_pages_history).
-
- Posts: 12
- Joined: Sat Apr 14, 2018 4:03 pm
Re: Exporting the Wiki
Hi Maxim
Thanks for the quick reply. Of course, I was thinking in terms of DokuWiki which doesn't use a DB. So basically a mysqldump. I guess something like this https://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki should do the trick.
Thx again & cheers
Thanks for the quick reply. Of course, I was thinking in terms of DokuWiki which doesn't use a DB. So basically a mysqldump. I guess something like this https://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki should do the trick.
Thx again & cheers
Re: Exporting the Wiki
Hello randomstranger!
I hope it will work.
I hope it will work.