Jump to content

2db backups - how can i merge them?


Incredinot

Recommended Posts

Hi..

 

So i really got into some problems today, and i REALLY need some help..

 

About a week ago i finished a store and made an export of the db so i had an backup of that, and could re-use it if needed for another site..

 

Then within the last week the store owner have put up alot of products..

 

Now today i had to do some changes, so i made a backup of the db again I THOUGHT...

 

And then something went wrong.. So i would just resuse the backup - but it have only saved like 50% of the db :/ ..

 

So is it posible to use the first backup, and then put in all new values from the other backup?

 

When i try to do it phpmyadmin tels me i cant make duplicate..

Link to comment
Share on other sites

Most backups are simply SQL dumps to recreate all the tables. Decompress it if required using 7zip if your archiver doesn't support the format. Once you have a .sql files or whatever open it up the file in your favorite text editor and cut out the insert portions. If you just run the queries in order it won't put the duplicate fields in twice so use the latest one first. Hope that helps

 

Edited for *better* clarity

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.