Migrating Tiki to a New Server?
Does anyone know how to migrate Tiki from one location to another? I couldn't find a migration doc.
I want to move it from \subdomain\domain\tiki to newdomain\. Thus, have a set up a brand-new root structure and IP. Obviously, I can copy all the files across, but what do I need to do to transfer the data?
In other words, how do I make sure the data follows?
In the Tiki SQL FAQ it states:
Q: How do I dump mySQL database?
A: To dump the db use
mysqldump -u tiki -p tikidb > tikidump.sql
where
tiki is the username to connect to db
tikidb is the name of the database holding tiki tables
tikidump.sql is a text file with everything to recreate the db
(you are them prompted for a password, use tiki user db password)
BUT-- where does that command line operation take place?