Export and Import Apps
Methods for moving an App or backing up the design and data of an App
Use the methods below to move a Budibase App from one Budibase installation to another, or to backup the design and data in your App. Admins and Developers can export any app as a JSON blob text file.
The exported file will include all Budibase DB data, data connector configurations, query configs and builder data for all your screens.
Security
If it is a production app, be vigilant about whom you share the app export files with.
Are you confident you won't be leaking database credentials, user identity information, authentication keys, or any other sensitive information?
Export an App
To export an app, click on the Manage button in the app list
This will bring you to the overview screen. From here you can expand the ellipsis and choose:
- Export latest will export the development version of your app including any changes since your last publish
- Export published will export only the last published version of your app
After choosing an export option you will be given the choice for Exclude Rows. This will exclude all the data rows from your internal Budibase DB tables in the export, however datasource configuration and credentials will still be exported.
Import app
You can create an app by importing an app export file.
Within the Apps screen, click the Create new app button. From here, click on the Import app button:
This will present a modal, into which you can drag the app export file, and click Import app to finish.
Updated 5 months ago