This article provides information on how to create a "scrubbed" dump (backup) of your database and code from the Adobe Commerce Admin when requested to provide one by an Adobe Commerce support agent. This dump excludes your media files to speed up the process and to result in a much smaller file. All sensitive data is hashed when making the database backup.
Affected products and versions
Adobe Commerce (all deployment methods) 2.3.x, 2.4.x.
Create a "scrubbed" dump
Create a "scrubbed" dump from the Admin:
- In the Commerce Admin, go to System > Support > Data Collector.
- Click New Backup.
- After a few minutes, click Refresh Status (may take longer, repeat every 5 minutes until completed).
- Relocate the generated dump files from the
/var/support
directory to the Adobe Commerce root directory.
You can then provide to Support the direct download link to the dump files (your store address and the file name as displayed).
If you have issues creating dumps from the Admin, consider using CLI commands as described in Run the support utilities in our developer documentation.
Related reading
- Create full database backup for Adobe Commerce on cloud infrastructure in our support knowledge base.