Log in

View Full Version : Database Question


leslamarch
06-29-2007, 02:11 PM
Hello,
I have a question about a preferred method for backing up custom content I have added to a database. So lets so i add a vendor or custom Item Would i have to find the entry in the database and export as sql? I'm using Ax_classic Database, thanks for the help
LL

devn00b
06-29-2007, 03:53 PM
i would just backup the table that you changed rather than dealing with individual records. But i guess if you were really hard up you could backup the whole db, then run diff and pull out just the changes.

CrabClaw
06-29-2007, 04:42 PM
I do this too, the best way is to use the Admin tool and do a backup of your whole thing. Name it something like "Pre_Mod_Ax_classic_06_29_07.sql" and then make "Post_MerchantMod_Ax_classic_06_29_07.sql" after you are done making the changes.

It gives you a fall back position. :)

leslamarch
06-30-2007, 01:37 AM
Crabclaw thanks so much, thats a great idea and exactly how I'll do it. :)
thanks again