Loading...
 
Skip to main content

History: Import-Export

Source of version: 52

Copy to clipboard
            ! 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:
{CODE()}
mysqldump -u mysqluser -p db > file.sql 
{CODE}

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):
{CODE()}
mysql -u mysqluser -p -f db < file.sql 
{CODE}

where mysqluser stands for your mysql username,
* -p with no passwod will imply that the mysql server will 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:
* ((Import database))
* ((Backup))

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

Also:
* ((profiles:Save current configuration as a profile))
* ((Export trackers))
* ((Import Trackers))

!! Wiki
((XML Wiki Import-Export))

[Batch upload wiki pages from CSV|http://tikiwiki.cvs.sourceforge.net/tikiwiki/_mods/goodies/batch_load_pages/]

See also tiki-admin.php?page=wiki  
* Import HTML  
* Import pages

!! Quiz
((Quiz Question Import))

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

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

!! Trackers
See ((Tracker Tabular)), ((Export trackers)) & ((Import Trackers)).

!!! Trackers definition
tiki-admin_trackers.php

See also ((Export trackers)) and ((Import Trackers))

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

See also ((Export trackers)) & ((Import Trackers))

!! Forums
doc/devtools/tiki_forum_migration.php

!! Articles
New in 1.10.

!! Users
See [http://doc.tiki.org/tiki-index.php?page=Users%20Management#Adding_new_users_in_bulk|Users Management]

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

!! Screen Scraper
Via ((Browser Automation))

!! Importing from non-Tiki software.

((Migrate to TikiWiki))

((MediaWiki to TikiWiki))

((Confluence Importer))

((Mod import-phpwiki|Import from PHPwiki))

((Try to convert HTML to wiki))

((Non-Tikiwiki conversion tools))

E.g., [http://www.google.com/search?q=html2wiki&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGGL_enUS223US224|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
* ((Backup))
* [http://en.wikipedia.org/wiki/Comma-separated_values|.csv is a file format]

-=alias names for this page=-
(alias(Import)) | (alias(Export)) | (alias(Import and Export))
 

-=sister pages=-
dev:((dev:Import-Export))
        

History

Advanced
Information Version
Marc Laporte 54
Marc Laporte 53
Volker Wysk Fixed typo 52
Marc Laporte 51
Marc Laporte 50
Marc Laporte 49
Yves Kipondo 48
Marc Laporte 47
Xavi (as xavidp - admin) added to the full documentation toc structure in the right position 46
Xavi (as xavidp - admin) 45
Marc Laporte 44
Marc Laporte 43
Marc Laporte 42
Rodrigo Sampaio Primo add link to wordpress importer page 41
mlpvolt 2nd try to fix link 39
mlpvolt fix broken link 38
Marc Laporte 37
Marc Laporte 36
Marc Laporte 35
Rodrigo Sampaio Primo link to page explaning how to import users 34
Marc Laporte 33
Rodrigo Sampaio Primo link to page explaning how to import users 32
Rodrigo Sampaio Primo 31
Xavier de Pedro 30
Marc Laporte 29
Marc Laporte 28
Marc Laporte 27
Marc Laporte 26
Marc Laporte 25
Marc Laporte 24
Marc Laporte 23
Marc Laporte 22
Marc Laporte 21
Marc Laporte 20
Marc Laporte 19
Marc Laporte 18
Marc Laporte 17
Scot Wilcoxon I think it's long enough for a maketoc 16
Scot Wilcoxon export page is also related, whether it exists or not 15
Marc Laporte 12
Marc Laporte pointers to adopt Tiki 11
Marc Laporte Batch upload wiki pages from CSV: 10
Marc Laporte 9
Marc Laporte 8
Xavi (as xavidp - admin) 7
Marbux 6
Marbux 5
Marbux 4
mlpvolt 3
mlpvolt 2