Legacy Knowledge Base
Published 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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

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