Loading...
 

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:

Copy to clipboard
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):

Copy to clipboard
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 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:

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:

Wiki

XML Wiki Import-Export

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

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

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

Import from PHPwiki

Try to convert HTML to wiki

Non-Tikiwiki conversion tools

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

Related Features

Related topics

alias names for this page

Import | Export | Import and Export

sister pages

dev:Import-Export


Created by mlpvolt. Last Modification: Thursday 12 October, 2023 05:38:22 GMT-0000 by Marc Laporte.

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

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

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

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