Copy database to another server

Is there a way to mirror the app database to another server?

Do we have to get the data out using just manually created API workflows?

1 Like

Yeah, this is something we’re interested in as well.

+1 any updates

I copied data out by setting up a Python script on another server that calls an API in Bubble and puts the result into a text file, then moves the text data into a mysql database.

Ah ok.
Do the items have relations?? Does it maintain the relations?