prisma / prisma-templates

Prisma templates for major cloud providers
MIT License
52 stars 41 forks source link

Data Import with `prisma import --data ./database.zip` #40

Open samburgers opened 5 years ago

samburgers commented 5 years ago

I get a 504 Gateway timeout when importing a prisma database (exported from local) into the AWS Fargate server using these templates.

The command is prisma import --data ./database.zip

Is that something that should be possible with this setup?

Thanks!