Database issues post upgrade

Post Reply
Ranik
Posts: 7
Joined: Sat Sep 27, 2014 12:26 am

Database issues post upgrade

Post by Ranik » Sat Jul 16, 2016 9:58 am

Is anyone else experiencing database issues on the latest update? I attempted to update both last weekend and again today with the same results. My upgrade process is scripted and has never encountered issues in the past with preserving character data. When the database was updated to account for the wardrobe change the game no longer loads any items. Key items blob is also not read successfully. And upon login my characters are immediately placed in the mog house. Skipping the character data import and creating new characters appear to work without issue. Has anyone else encountered this or developed a workaround?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Database issues post upgrade

Post by kjLotus » Sat Jul 16, 2016 2:06 pm

you didn't update your character tables

Ranik
Posts: 7
Joined: Sat Sep 27, 2014 12:26 am

Re: Database issues post upgrade

Post by Ranik » Sat Jul 16, 2016 7:56 pm

So I was able to correct this by manually creating the columns which had changed in the character data sql's. Is there a more efficient way of updating when the sql files have been modified in the character tables?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Database issues post upgrade

Post by kjLotus » Sat Jul 16, 2016 8:06 pm

nope, that's how we all do it

Ranik
Posts: 7
Joined: Sat Sep 27, 2014 12:26 am

Re: Database issues post upgrade

Post by Ranik » Sat Jul 16, 2016 8:09 pm

Thanks for the info. Sounds like it's time for me to break out some Python. Should't be too hard to compare the dumps and act upon the data appropriately.

Post Reply