Data Transfer
Use these workflows when a clean local setup is not enough to reproduce the issue.
Database
bash
ldev db sync --environment production --project my-lcp-project --forceThis replaces the current local database with a selected LCP backup.
Document Library
bash
ldev db files-download \
--environment production \
--project my-lcp-project \
--doclib-dest docker/doclib/production
ldev db files-mount --path docker/doclib/productionDo this when the incident depends on documents, media, or file-backed content.
Verify after transfer
bash
ldev start
ldev doctor
ldev portal inventory page --url /home --jsonThe goal is a production-like local environment that you can inspect and fix safely.