Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 5 of 5

Thread: Relocating Databases

  1. #1
    Duke Guest

    Default Relocating Databases

    I have never done this before and have been working on it over the past couple of weeks. I simply can't believe how much time is needed to actually do this and not lose any information or have corruption issues between varying versions of the same CMS.

    What a huge job!

  2. #2
    stealthhosts is offline Senior Member
    Join Date
    Jul 2005
    Posts
    208

    Default

    really?
    That shouldn't be the case?!? Are you talking GB level DB's are smaller?
    The only time I have encountered corruption has been on much larger databases where the integrity of the data has not been confirmed prior to moving it.

    I would hope it is a SQL structured DB, you should just be able to dump a .sql file from the DB an duse that to recreate all your tables and data in the new workspace.

    Whats your experience with it this time?

  3. #3
    Duke Guest

    Default

    This is the experience this time. Essentially, I'm using the same CMS but it's different versions (one is bbtonuke 2.0.6 and the other is 2.0.14). Simply uploading the text file only makes things not work due to the sql changes that comes with the different versions.

    There also seems to be a problem with uploading any file either uncompressed or gzipped to the new db. If I try and upload a file around 2Mb it takes close to 5 minutes to complete and I'm on Cable. I have two files that won't upload period because there 9 and 10 MB respectively.

    If I try and compress these files I get one of two errors, one is memory allocation and the other is that I may have found a bug in MYSQL. I can copy the error message I'm getting here and let you see them.

    By the way, gzipping is the only form of compression used at this new webhost and it works fine for any file that's under a few Mb.

  4. #4
    stealthhosts is offline Senior Member
    Join Date
    Jul 2005
    Posts
    208

    Default

    Hi Duke,
    Based on what you have said, my course of action would be (if I am understanding correctly):
    upload the old version
    upload the files which have changed
    using SSH/Telnet, connect to SQL
    Execute 1/4 of the SQL statement at a time
    Data check the SQL DB

    Rock and Roll


    Is it something you have already completed despite the limitations of your host or is it ongoing? If there is anything I can help with, please ask.
    Lewis

  5. #5
    Duke Guest

    Default

    I'm pretty much done the bulk of the work, I just have to update some table information when I take the old site offline for a few hours and re-direct the url to the new site.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Into Databases Part III - Normalisation
    By lala in forum General Webmaster Talk
    Replies: 11
    Last Post: 10-31-2007, 09:30 AM
  2. Into Databases
    By lala in forum General Webmaster Talk
    Replies: 4
    Last Post: 06-14-2007, 09:39 AM
  3. Crosslinking CMS's and Databases
    By Duke in forum General Webmaster Talk
    Replies: 0
    Last Post: 08-03-2005, 06:52 AM

Bookmarks

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124