Shop, Currency and Kits 2.7 (DB Issue)

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Nameless

Well-known member
Joined
Mar 1, 2018
Messages
68
@Michidu Weird stuff going on with my ArkShop.db! After updating to v2.6 my ArkShop.db starting getting a bunch of duplicate accounts and the sqlite_sequence table got really messed up it listed all the steam Id's and all names where null.

I managed to clean everything up and then did the 2.7 update but now it seems like my second server is not updating the database that sits on my first server checked the path for "DbPathOverride" and that is correct cuz I can query the DB.

I can query the players points from the second server but when you buy something on the second server it doesn't seem to update the record. Everything on the first server seems to work fine.

Had no issues until the v2.6 update, any Ideas?
 
You can try to disable WAL mode in sqlite db.
But actually, you should use MySQL with more than one server.
 
Ok I will try changing WAL to truncate or Delete and see what happens

Thanks
 
Closing this topic.
 
Back
Top