Moving WackoWiki to a new server

Hello Wacko insiders


I need to move a WackoWiki with all its contents to another server. How do I proceed?
Thanks in advance for help or hints!


Morgy

Comments

  1. Re: Moving WackoWiki to a new server

    1. Backup the database and the wacko folder.
    2. Upload the wacko folder to the new server destination.
    3. Import the database dump.
    4. Edit the config file, replace the database and server variables with the new ones.
  2. Re: Moving WackoWiki to a new server

    it depends highly on your server access rights, so it might be advised to choose more restrictive rules

    chmod 755 _cache xml files file/perpage sitemap.xml

    after modification
    chmod 400 config/config.php

    pls. correct me if I missed something, we can create also a Migration HowTo wiki page out of that
    • WikiAdmin
    • 01.09.2019 10:46 edited
  3. Re: Moving WackoWiki to a new server

    Hello

    In the meantime, I have overcome all difficulties and have successfully moved my WackoWiki to a new server. Let me enlist a few important things I have found out. Hope they might help someone someday:

    1. Dump the sql - Database via MySQL on the old server.
    2. ftp download all files from the old Wacko folder on your local computer.
    3. make a new installation of your version of WackoWiki on the new server to be sure the new webspace and server are ready.
    4. open wakka.config.php from your download (point 2.) in an editor and adjust the url of the new path of the new server.
    5. ftp upload all files and subfolders on the new server.
    6. If you have only very few pages in your Wacko, you might be able to just import the dumped database (point 1) via MySQL on the new server. However, it is probably too large as there is a file size limitaiton in MySQL.
    7. Use the tool "Bigdump" (http://www.ozerov.de/bigdump/) to import the dumped database (point 1) onto the new server.

    That's it! I did everything on a Mac and used the program Cyberduck for ftp. I didn't have to chmod anything.

    Morgy
Log in or create an account to post a comment.