problem with db_migrate.pl

TD-4242

New Member
doing an upgrade:

C:\Documents and Settings\Administrator\Desktop\DayZ-Private-master>perl db_migrate.pl --password #######
INFO: Trying to connect to localhost, database dayz as dayz
INFO: Current Bliss version is 0.14
DBD::mysql::db do failed: Duplicate column name 'description' at C:/strawberry/perl/site/lib/DBIx/Transaction/db.pm line 156.
FATAL: Database migration failed!

Any ideas?
 
after some digging I found where the problem was:
User@computer ~/Desktop/DayZ-Private-master/schema/Bliss/mysql/0.14-0.15
$ rm 11_spawns_desc.sql

11_spawns_desc.sql was trying to add descriptions to the spawns and it already existed. not sure why that was...

I deleted it and ran the script again and everything updated to 0.27.

Thanks for consideration. Hope this helps anyone else that runs into anything like this.
 
Back
Top