Snapshot import via dashboard
Would be amazing to be able to snapshot import through the dashboard. Snapshot export via cli would be even better, but I think that's a known request.
I copy prod back down to dev often and it's a bit of a dance. Ideally I could have a single npm script that does it, but even being able to download from the dashboard, switch environments, and upload through the dashboard, would be a huge DX improvement.
5 Replies
npx convex export
already exists. I'm working on snapshot import in the dashboard but no etawait what? how did I miss that?! awesome, making a script now
thank you!
in retrospect we should have announced it louder, or directly to the customers that asked for it 😄
Convex News
Announcing Convex 1.10
Convex keeps getting better. This time we’re focused on helping you debug your apps and we’re also gearing up for the open-source release of the Convex backend.
Highlights:
* Request IDs let you find related logs
* Improved error messages and new warnings
* New CLI commands: convex export, convex env,
I definitely read through the release notes for every release, I think I did see this and just forgot to use it (and then forgot it existed 🤦♂️)
boom, one command to import prod to dev, this is amazing