Fullscreen
Loading...
 
[Show/Hide Right Column]

Import and Export


Use this page to link to topics regarding importing & exporting data and content to Tiki. You might also want to read about the MediaWiki Importer or the WordPress Importer.




Databases

You can import and export databases by means of PhpMyAdmin?.

In addition, you can export a database from the command line with something like:
mysqldump -u mysqluser -p db > file.sql


And import it to a new server with a similar command in the new server (provided you ftp upload the file to your new server):
mysql -u mysqluser -p -f db < file.sql


where mysqluser stands for your mysql username,
  • -p with no passwod will imply that the mysql server qill request you the password as hidden input in the next line after you hit enter in the command above
  • -f indicates that you want to force the mysql to continue even if it finds that some mysql column already exists, etc.
  • db stands for the database name
  • file.sql stands for the sql filename.

See also:

Profiles

Profiles are designed to help configure Tiki sites. But since they can create data (typically for sample data), they can be used to import various data types. Notably: Article, Blog, Category, Menu, Tracker and Wiki
More details at:
http://profiles.tiki.org/handlers

Wiki

XML Wiki Import-Export

http://tikiwiki.cvs.sourceforge.net/tikiwiki/_mods/goodies/batch_load_pages/

Quiz

Quiz Question Import

see tiki-batch_upload.php
"Directory Batch Loading" must be activated here: tiki-admin.php?page=gal

see tiki-batch_upload_files.php
Must be activated in admin panel

Trackers

Export trackers

Trackers definition

tiki-admin_trackers.php

Tracker data

tiki-admin_trackers.php?trackerId=1 (replace 1 with your tracker ID)

Forums

doc/devtools/tiki_forum_migration.php

Articles

New in 1.10.

Users

See Users Management

Categories

import from .csv at tiki-admin_categories.php (version 3.0)

Importing from non-Tiki software.


Migrate to Tikiwiki

MediaWiki to TikiWiki

Import from PHPwiki

Try to convert HTML to wiki?

Non-Tikiwiki conversion tools?

E.g., html2wiki tools, Mediawiki conversion import tools.


Related Features


Communication Center
Mail-in
Interoperability with the outside World
Web Services coming to 3.0!
Import database import complete Tiki database

Related topics


alias

sister pages
dev:Import-Export

Contributors to this page: Marc Laporte9140 points  , Rodrigo Sampaio Primo1690 points  , mlpvolt4388 points  , xavi67881 points  , Scot Wilcoxon684 points  , xavidp1213 points  and Marbux11 points  .
Page last modified on Saturday 21 April, 2012 02:11:02 UTC by Marc Laporte9140 points .
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.

Site Language

Reference Guide

Keywords

These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):



Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki