+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: Migrating from Fantastico to SimpleScripts

  1. #1
    Join Date
    May 2007
    Posts
    9

    Default Migrating from Fantastico to SimpleScripts

    It seems to take Fantastico way too long to adopt new Wordpress upgrades. I noticed that the new SimpleScripts that is offered now on Bluehost already have Wordpress 2.5 and many other regularly released applications.

    I'd like to replace my Fantastico Wordpress installation with a SimpleScripts one, but not loose my site in the process. Meaning, I'd basically like to detach from Fantastico, and re-attach to SimpleScripts so I can do upgrades from SimpleScript.

    Is this possible?

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    It should be possible provided that the Fantastico version you are currently running is also available in Simple Scripts. For Wordpress that means 2.3.1 or better.

    1. Back up your database
    2. Uninstall from Fantastico
    3. Install the same WordPress version from Simple Scripts
    4. Restore your database
    5. Upgrade via Simple Scripts.

  3. #3
    Join Date
    May 2007
    Posts
    9

    Default

    What about all the plugins and etc that are installed? Backing up the DB will only back the content up but I'm assuming we have to backup the plugins folder, etc, as well?

    Additionally, doesn't seem as simple as this since Fantastico uses a "WP_" prefix on all the wordpress tables, but for SimpleScripts it doesn't. So you have to dump the data and edit the backup before reimporting. Ugh.


    Quote Originally Posted by felgall View Post
    It should be possible provided that the Fantastico version you are currently running is also available in Simple Scripts. For Wordpress that means 2.3.1 or better.

    1. Back up your database
    2. Uninstall from Fantastico
    3. Install the same WordPress version from Simple Scripts
    4. Restore your database
    5. Upgrade via Simple Scripts.

  4. #4
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    If you have plugins installed or have changed the theme then you would need to include the wp-content folder in the backup and restore steps.

  5. #5
    Join Date
    May 2007
    Posts
    9

    Default

    Quote Originally Posted by felgall View Post
    If you have plugins installed or have changed the theme then you would need to include the wp-content folder in the backup and restore steps.
    This doesn't address the concern about the table names in the DB. I did a backup of my DB that fantastico's Wordpress installation setup and started renaming all the tables to remove the "wp_" prefix.

    However, I then noticed that most of the tables for the plugins also have a "wp_" prefix too. Is this (a) a universal configuration somewhere or (b) just generic convention that WP plugins follow?

    If (a) then have to make sure I make the change otherwise all the plugins will break when I restore. If it's (b) then I should be OK.

  6. #6
    Join Date
    Apr 2008
    Posts
    2

    Default database

    how do you find the wordpress database in bluehost. and what is the best way to back up?

    edit: and how would you re upload it?
    Last edited by ratboyds; 04-04-2008 at 03:59 AM.

  7. #7
    Join Date
    May 2007
    Posts
    9

    Default

    Quote Originally Posted by ratboyds View Post
    how do you find the wordpress database in bluehost. and what is the best way to back up?

    edit: and how would you re upload it?
    Go to your control panel and in the "databases" section, click on "phpMyAdmin".

    From there, you can select the Wordpress database and choose to "Export" your tables. Here is a great tutorial: http://www.tamba2.org.uk/wordpress/backup/

  8. #8
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    Quote Originally Posted by tmchow View Post
    This doesn't address the concern about the table names in the DB. I did a backup of my DB that fantastico's Wordpress installation setup and started renaming all the tables to remove the "wp_" prefix.

    However, I then noticed that most of the tables for the plugins also have a "wp_" prefix too. Is this (a) a universal configuration somewhere or (b) just generic convention that WP plugins follow?

    If (a) then have to make sure I make the change otherwise all the plugins will break when I restore. If it's (b) then I should be OK.
    Why are you trying to make things more difficult for yourself by renaming the wordpress tables at the same time as the other changes. Just leave the tables with the same name before and after the change from Fantastico to Simple Scripts.

    If you want to change the table names then do that completely separately after you finish everything else.

  9. #9
    Join Date
    May 2007
    Posts
    9

    Default

    Quote Originally Posted by felgall View Post
    Why are you trying to make things more difficult for yourself by renaming the wordpress tables at the same time as the other changes. Just leave the tables with the same name before and after the change from Fantastico to Simple Scripts.

    If you want to change the table names then do that completely separately after you finish everything else.
    Sorry, I think I was unclear in my earlier message. When you choose to install Wordpress through SimpleScripts, it sets up the tables without any "wp_" prefix in the table names, whereas Fantastico's WP installation does.

    So in my Fantastico WP installation, I have tables like "wp_users" and "wp_links" whereas SimpleScripts installation will make the same tables except they are named "users" and "links".

    So the backup and restore of the DB Isn't as simple as you describe... but maybe I'm missing something?

  10. #10
    Join Date
    May 2007
    Posts
    9

    Default

    Bumping this up to see if anyone has any idea.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts