Guide to backup Chars before update

Post Reply
sython
Posts: 26
Joined: Mon Aug 13, 2012 10:38 am

Guide to backup Chars before update

Post by sython » Sun Feb 03, 2013 12:47 pm

if their a guide, or recommended steps needed to take to backup chars before doing an update to latest working version?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Guide to backup Chars before update

Post by bluekirby0 » Mon Feb 04, 2013 4:44 am

would generally suggest backing up your entire database before any updates, and use wolke's updater if you don't know what you are doing...it will hold your hand for the most part.

sython
Posts: 26
Joined: Mon Aug 13, 2012 10:38 am

Re: Guide to backup Chars before update

Post by sython » Thu Feb 07, 2013 3:26 am

Hi, thx for advice.

This is what i did before, but because there was some major changes in the tables, it didnt like it when i copied them back.
Was just wondering if their some a special routine for it.

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Guide to backup Chars before update

Post by whasf » Fri Feb 08, 2013 11:53 am

I usually update the char table schema manually. For example there is a new column added in "chars", i open it in design mode in Navicat, open the new chars.sql, and add in the new column where it shows in the file. That way I preserve the existing data and don't have to mess with exporting/importing the records.
-- Whasf

Post Reply