Skip to content

Commit f974fb5

Browse files
docs(ha): wording update when using redis (#2771)
* docs(ha): wording update when using redis Because it is now possible to use redis as a backend locking DB for Atlantis, this FAQ should be updated. * Update runatlantis.io/docs/faq.md Co-authored-by: nitrocode <[email protected]> Co-authored-by: nitrocode <[email protected]>
1 parent a562584 commit f974fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runatlantis.io/docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Terraform locking can be used alongside Atlantis locking since Atlantis is simpl
1313

1414
A: Atlantis server can easily be run under the supervision of a init system like `upstart` or `systemd` to make sure `atlantis server` is always running.
1515

16-
Atlantis currently stores all locking and Terraform plans locally on disk under the `--data-dir` directory (defaults to `~/.atlantis`). Because of this there is currently no way to run two or more Atlantis instances concurrently.
16+
Atlantis, by default, stores all locking and Terraform plans locally on disk under the `--data-dir` directory (defaults to `~/.atlantis`). If multiple Atlantis hosts are run by utilizing a shared redis backend, then it's important that the `data-dir` is using a shared filesystem between hosts.
1717

1818
However, if you were to lose the data, all you would need to do is run `atlantis plan` again on the pull requests that are open. If someone tries to run `atlantis apply` after the data has been lost then they will get an error back, so they will have to re-plan anyway.
1919

@@ -25,4 +25,4 @@ See `atlantis server --help` for more information.
2525

2626
**Q: How can I get Atlantis up and running on AWS?**
2727

28-
A: There is [terraform-aws-atlantis](https://github.com/terraform-aws-modules/terraform-aws-atlantis) project where complete Terraform configurations for running Atlantis on AWS Fargate are hosted. Tested and maintained.
28+
A: There is [terraform-aws-atlantis](https://github.com/terraform-aws-modules/terraform-aws-atlantis) project where complete Terraform configurations for running Atlantis on AWS Fargate are hosted. Tested and maintained.

0 commit comments

Comments
 (0)