how can i move my local prisma server to prisma cl...
# orm-help
a
how can i move my local prisma server to prisma cloud?
d
Hey! do you want to move both data and schema or only schema? For moving schema:- You can point
endpoint
property in
prisma.yml
to the new server in cloud and run
prisma deploy
For moving data you can use the import/export commands https://www.prisma.io/docs/reference/data-import-and-export/data-export-pa0aip3loh
a
only schema, but i want to have it locally and in cloud at the same time, is it possible?
could it depend on an environment variable?
d
Yes, please search for environment in docs. I am on a mobile device at the moment 👍
a
Thanks!