https://github.com/espocrm/ext-export-import
Data export and import tool for EspoCRM
https://github.com/espocrm/ext-export-import
Last synced: 4 months ago
JSON representation
Data export and import tool for EspoCRM
- Host: GitHub
- URL: https://github.com/espocrm/ext-export-import
- Owner: espocrm
- License: agpl-3.0
- Created: 2021-10-28T15:01:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T13:01:39.000Z (4 months ago)
- Last Synced: 2026-02-11T21:00:49.372Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1010 KB
- Stars: 17
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Export Import tool for EspoCRM
A powerful tool for transferring data between EspoCRM instances using CLI commands. The Export Import extension enables you to manage data transfer workflows, continuous delivery pipelines, and data synchronization across your EspoCRM deployments.
## What can be transferred
- Records
- Settings
- Customizations
- Files
## Use cases
- **Continuous Delivery Pipeline**: Transfer roles, workflows, BPM flowcharts from development to production environments.
- **Demo Data Management**: Easily create and update demo instances with consistent data.
- **Instance Migration**: Seamlessly migrate to another EspoCRM instance.
- **Change Tracking**: Track and manage changes across your EspoCRM infrastructure.
- **Data Recovery**: Restore updated or deleted records from previous exports.
## Usage
### Export
```bash
bin/command export-import export
```
### Import
```bash
bin/command export-import import
```
### Compare
```bash
bin/command export-import compare --format=json --path="../data/"
```
### Erase
```bash
bin/command export-import erase --format=json --path="../data/" --user-skip-list="admin"
```
## Documentation
For more information see the [documentation](https://docs.espocrm.com/extensions/export-import/overview/).
## Development
More information about configuring the extension for development purposes, read the https://github.com/espocrm/ext-template#readme.
## License
This extension is published under GNU AGPLv3 [license](https://raw.githubusercontent.com/espocrm/ext-export-import/master/LICENSE).