Do Planet Scales 'Dump' & 'Restore-Dump' via the CLI restore data + schemas or JUST the schemas?
Maybe a silly question: If I do a
pscale database dump [database] [branch]
, will this save and backup the data, and then I can restore the database including all schemas + saved data via restore-dump <DATABASE_NAME> <BRANCH_NAME>
? Or will it just restore the schemas?
...just asking to make extra sure, I'm a little scared 😅2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
lol it's the exact the tutorial i followed.
but missed the part where in the answer he says that it saves the schema and the data!
thanks a lot!!