Hello all,
ntozier, was right, in the end my "how to" did not worked, I had missing tickets so:
I copied my 1.7 database to the new sql server.
I ended up to upgrade step by step.
I jumped directly from 1.7 to 1.10 because previous version could not load with my system (php7?).
I had some problem with 1.10 because some fields were missing in the database (not created by the setup), once I created them (I looked at newer database version what was their structure) and it worked.
Then I upgraded to 1.11, 1.12 and 1.14 easily.
In between each upgrade I saved my database.
The conclusion is update regularly if you can (I could not)
Another tip is: prefer to save the attached file to a directory and not directly into the database as it makes migration much more complicated and takes longer.
Good luck