OpenMRS Upgrade

I am trying to upgrade from OpenMRS version 1.11.5 to 2.0.5 and am getting some changesets failing. Please check this https://pastebin.com/iQHPgj3F for review.

@raff any idea on how I can skip this hurdle?

You may need to paste the full stack trace at pastebin.com

This what am getting https://pastebin.com/igbXGCim, I don’t know where that invalid date is coming from

Does it help adding this to your connection string and then restart tomcat to try again? &zeroDateTimeBehavior=convertToNull

I appended that on connection.url but the error persisted

Which version of MySQL are you using?

This what I get mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper

What is the default value for “date_created” of your concept table? Or what is the result of this command? describe concept;

Sorry. I just tried downgrading the mysql version to 5.6 and messed up everything. Let me work on restoring first then share those details