Export and import apps
Methods for moving an application or backing up the design and data of an application
Use the methods below to move a Budibase App from one Budibase installation to another or to back up 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
When exporting a production app, be vigilant about whom you share the app export files with.
Are you confident you won't leak database credentials, user identity information, authentication keys, or other sensitive information?We also recommend that you make use of the password-based app export encryption.
Export an application
To export an app from the Apps dashboard with just a few clicks, select the three dots next to the app that you'd like to export:
This will bring up a few options to choose from:
- Duplicate will create a copy of your app
- Export latest edited will export the development version of your app, including any changes since your last publish
- Export latest published will export only the last published version of your app
- Delete will delete your app
After choosing an export option, you will be given the option to Export rows from internal tables. This will include or exclude all the data rows from your internal Budibase DB tables in the export; however, data source configuration and credentials will still be exported.
In addition to that, you'll be presented with the option Encrypt my export which will allow you to add a password to encrypt your export:
Alternatively, you can click on the app you'd like to export, navigate to the Settings section, select Import/Export, and follow the same steps to download a copy.
Environment variables
By using Environment variables 🔒, you can exclude secrets and datasource credentials from your app exports.
Import an application
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.
Backups
App backups 🔒 can be imported in the same way you would import a manual export.
The benefit of using backups is that they will automatically be created when publishing your app.
Import an application and retain your users table
If you need to retain your users and data tables, but override your screens and automations, you can import your screens and datasources within your application settings.
Updated 28 days ago