legacy-knowledge-base
公開されました Jun. 30, 2025

'Backup "undefined" not found' when trying to restore a db dump in another environment

written-by

Jose L. Bango

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

  • I have performed a backup in one env (for example, DEV), and I want to restore it in another env (for example, PRD). When I try to do that, the result is not successful.
  • In the logs, this error is shown:
    [ERROR] Error: Backup "undefined" not found
    at lookupBackup (/lcp/app/backup/src/storage/lookup/parallel-lookup.ts:41:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 1)
    at backupStatusHandler (/lcp/app/backup/src/routes/backup-status.ts:23:50)
    at <anonymous> (/lcp/app/backup/src/error/error-utils.ts:47:7)
  • As a result, when I try to retrieve documents, images and other files I get a 404 Not Found response.

Environment

  • Liferay PaaS

Resolution

  • Make sure you are using the latest version for the Backup Service. See Services Changelog.

Additional Information

did-this-article-resolve-your-issue

legacy-knowledge-base