Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caldera UI Does Not Display New Results After Restart #3158

Open
HackerFerret opened this issue Mar 21, 2025 · 1 comment
Open

Caldera UI Does Not Display New Results After Restart #3158

HackerFerret opened this issue Mar 21, 2025 · 1 comment
Assignees
Labels

Comments

@HackerFerret
Copy link

HackerFerret commented Mar 21, 2025

Describe the bug
I encountered an issue where operations and agents disappear from the Caldera UI after a restart, even though the execution results are stored in caldera/data/results/

To Reproduce
Steps to reproduce the behavior:

  1. Successfully deploy an agent and execute an operation (confirmed that results are displayed in the UI).
  2. Restart Caldera.
  3. Upon restart, the agent and operation from that day are no longer visible in the UI.
  4. Check caldera/data/results/ and confirm that the execution results exist.

Expected behavior
After restarting Caldera, the UI should still display the operations and agents, as long as the execution results exist in data/results/.

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Chrome/Firefox
  • Version 4.2.0

Additional context
Troubleshooting Attempts which failed:
• Changed file ownership and permissions of data/results/. (via chown & chmod commands)
• Modified system and file timestamps. (since we thought it might be a new bug recently)
• Attempted to overwrite data/results from a previously successful operation with our new result. (since we thought it might be a bug which the Operation ID couldn't link to the new results)

p.s. We deleted all data in data/results/, but Caldera still displayed old results, suggesting it might not be reading from data/results/.

Request for Help:
Is there another directory or database where Caldera stores operation data? How can we ensure that previously executed operations are properly loaded after a restart?

Copy link

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants