getting error while `prisma deploy` to local clust...
# prisma-whats-new
p
getting error while
prisma deploy
to local cluster(initial deploy was successful, this one is after adding some type and updating the database). I am trying example from the above video
Copy code
$ prisma deploy
Booting local development cluster !
 ▸    Pulling prisma-database (prismagraphql/prisma:1.0)...
 ▸    1.0: Pulling from prismagraphql/prisma
 ▸    Digest: sha256:1313afdd92cd1f4ed595f826d2d80549ddd01ed0562f04d91ee03dc73908456e
 ▸    Status: Downloaded newer image for prismagraphql/prisma:1.0
 ▸    Pulling prisma-db (mysql:5.7)...
 ▸    5.7: Pulling from library/mysql
 ▸    Digest: sha256:7cdb08f30a54d109ddded59525937592cb6852ff635a546626a8960d9ec34c30
 ▸    Status: Downloaded newer image for mysql:5.7
Creating local_prisma-database_1 ... error
 ▸    Creating local_prisma-database_1 ...
Creating prisma-db ... done
 ▸    ERROR: for local_prisma-database_1  readlink /var/lib/docker/overlay2/l: invalid argument
 ▸    
 ▸    ERROR: for prisma-database  readlink /var/lib/docker/overlay2/l: invalid argument
 ▸    Encountered errors while bringing up the project.
 ▸    

Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
raven@2.3.0 alert: failed to send exception to sentry: Socket timed out on request to <http://sentry.io|sentry.io>
Upgraded
prisma
but still getting
Copy code
$ prisma deploy
Booting local development cluster !
 ▸    readlink /var/lib/docker/overlay2/l: invalid argument
 ▸    

Get in touch if you need help: <https://www.graph.cool/forum>
To get more detailed output, run $ export DEBUG="*"
n
hey @preetb123 it looks like your local Docker is in an inconsistent state, I recommend following these instructions to clean that up: https://www.graph.cool/forum/t/migrating-from-graphcool1-0-rc1-to-prisma/2169/3?u=nilan
👍 1
p
will try that.
that worked! thanks!