Closed remiflament closed 11 months ago
I got my response, the jobs details are currently stored in memory : https://www.runatlantis.io/docs/streaming-logs.html#:~:text=terraform%20syntax%20highlighting.-,WARNING,pull%20request%20is%20closed%2C%20so%20this%20link%20shouldn%27t%20be%20persisted%20anywhere.,-Edit%20this%20page
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Hello ππ»
Description
I'm using the latest version of this module for Atlantis on ecs fargate, version 4.0.6. Atlantis v0.26.0 (v0.27.0 not pushed yet)
I'm using GitLab saas as vcs.
The problem is when I do re-deployment of this ecs service I lost all the information of previous
https://${atlantis_url}/jobs/uuid
. The link is working, but I have a black screen, no xterm outputs anymore.I'm using the EFS config and the classic boltDB as k/v database for atlantis.
No mention of jobs details disappear in the GitHub of atlantis nor this module.
I am not talking about GitLab comments, but the jobs unique link with live terminal outputs.
Versions
Terraform v1.6.5 on darwin_arm64
Reproduction Code [Required]
Steps to reproduce the behavior:
I'm using terraform workspace.
Expected behavior
I should be able to get the details of previous jobs as I'm using persistant storage ?
Actual behavior
I lost every previous pipeline details with each re-deployment.
Additional context
Anyone success to keep a history of jobs details after atlantis modifications ?
Thank you