Anyone know how do I get on to the free plan? Crea...
# prisma-whats-new
j
Anyone know how do I get on to the free plan? Creating a cluster asks for $45 a month
n
you have access to the free development clusters by default
👍 2
j
Ok, thanks. So can I back up the data from those? I'm guessing not?
(And import data)
n
You can use
prisma export
and
prisma import
respectively 🙂
j
Those generate the NDF files I guess?
m
export does.
j
Excellent.
Is there anything I should be concerned about when it comes to data persistence, security etc on the dev clusters?
n
Well, we don't offer backup/restore for the development clusters. In terms of security there is nothing to worry about.
If you deploy to a dev cluster without an account, we may clean up the service after 7 days of inactivity.
j
Excellent, good to know. Thanks for the answers (especially so late, assuming you're in Germany right now)
👍 1