slg1

Results 6 comments of slg1

Most of the time, its fails in my environment. When you retry, do you reload the database from scratch via the following command ? node_modules/.bin/prisma reset -f ;node_modules/.bin/prisma delete -f;node_modules/.bin/prisma...

**my console output:** rm -rf .import/;node_modules/.bin/prisma reset -f ;node_modules/.bin/prisma delete -f;node_modules/.bin/prisma deploy;node_modules/.bin/prisma import --data /tmp/prismaLocal1.zip &> out1.txt Resetting exportImport@dev 145ms Deleting service exportImport@dev from local 35ms Creating stage dev for...

It is already done in my case.

Already available in git clone https://github.com/slg1/prismaExportImport.git

I have already noticed this problem. It has been already mentioned in the above "Import section": **rm -rf .import**/;node_modules/.bin/prisma reset -f ;node_modules/.bin/prisma delete -f;node_modules/.bin/prisma deploy;node_modules/.bin/prisma import --data /tmp/prismaLocal.zip I think...

I did recently some tests, and it seems that the export function generates some duplicated items when more than 1 relation (search ck2vzlpn6bl1n0822bm2e3d1z code in the following files) [000001.txt](https://github.com/prisma/prisma/files/3837268/000001.txt) [000002.txt](https://github.com/prisma/prisma/files/3837269/000002.txt)...