Skip to content

Budibase db full export faster solution? #11218

Answered by ConorWebb96
uzemelteteshj asked this question in Help
Discussion options

You must be logged in to vote

Hey @uzemelteteshj,

I wasn't aware you go scroll down and select all the rows the way you are describing.

The way which I would suggest would be implementing some form of script using the Budibase public API. You can query the rows in batches and then export each batch of 1000 rows to a CSV, from here this could then be imported into a different Budibase instance.

I've actually put a node project together here which you could use to export your table rows to a CSV here; https://github.com/ConorWebb96/bb-export-table-to-csv. If you have any questions or queries on how to use this let me know.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@uzemelteteshj
Comment options

@ConorWebb96
Comment options

@uzemelteteshj
Comment options

Answer selected by ConorWebb96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
bb-data-import-export Exporting/Importing of data bb-app-import-export Export/Import of budibase applications
2 participants