Hi Andrés Barbudo,
In case of moving old data from MySQL DataBase to a new one, I suggest you not to use module for that instead of it try to export all the data like product information(every field related to product eg. ps_product_carrier ps_product_sale and so on......) also export all customers data and order info too. After exporting all needed data make a copy of the DataBase which is for v1.7 store and import this exported data into it.
****IMPORTANT****
Don't forget to remove existed tables (ps_product_carrier ps_product_sale.....) and after it, you can swap it to the new one which you exported from the old database!
****Caution****
Don't try to direct update your new database from the old one.
Hope this will help you!
Best,
Ashish Sharawat