Backup Database

Download SQL backup
Exports your full database as a .sql file for the current database type (MySQL, PostgreSQL, or SQLite).

Cross-database export (JSON)

Download JSON data export
Exports all data as a database-independent JSON file. Use this to migrate data between MySQL, PostgreSQL, and SQLite.
How to migrate to a different database
  1. Export this JSON file from your current database.
  2. Configure the new database connection in config/config.php.
  3. Run the installer to create the schema on the new database.
  4. Use the import section below to load your data into the new database.

Cross-database import (JSON)

Warning: Importing will permanently replace ALL existing data in this database with the contents of the uploaded file. This cannot be undone. Take a backup first.
Choose a .json file previously exported from Simple Invoices using the export above.