Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, do you have any prescripted method to transfer data from my dev database to my prod database? It's not for the whole database, but cherry-picked data. Ideally, I would imagine selecting specific rows of a table, export it as a SQL file that can be used as a migration (upsert statements). Alternatively, there is already a JSON/CSV export, if we could manually import from these formats, It'd already be great. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions