Continuation of the comment above ^^
hmmm .. If so, then, as I did export / import in the past (see my post HERE ), the MySQL Workbench EER modeling tool is used to create an order storage system scheme for yourself. First, I would select only one table, and then MySQL will tell you which other tables are bound to this table. I am repeating this process so that on my EER diagram I have no extra tables and I am missing tables. I get exactly the number of tables that I need to understand the flow.
Then do the same for your 1.7 installation and compare. You will need to generate an SQL query that will not only INSERT 1.5 orders into 1.7 database, but you may need to create your own link table, if an identifier is used, you may need to link X with Y to path Z. This is messy and a bit confusing, but I spent 3 weeks creating a SQL / PHP script that I pulled out 1) Product data, 2) Category data, 3) Customer data and 4) Order data. I also wrote one for users and admin backend preferences. This was before I discovered the above tool.
EDIT I would add that this extension is only $ 200. How much will your employer cost during development so that you can get out of this? Depending on your hourly cost (I know what I charge, $ 200 is a theft), it might make sense to get an extension.
source share