Skip to content

Commit

Permalink
Update runatlantis.io/docs/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: nitrocode <[email protected]>
  • Loading branch information
JonGilmore and nitrocode authored Dec 12, 2022
1 parent e545cbd commit 88943e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Terraform locking can be used alongside Atlantis locking since Atlantis is simpl

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.

Atlantis, by default, stores all locking and Terraform plans locally on disk under the `--data-dir` directory (defaults to `~/.atlantis`). If you are planning to run multiple Atlantis hosts (utilizing a shared redis backend), you will want to make sure that the `data-dir` is using a shared filesystem between hosts.
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.

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.

Expand Down

0 comments on commit 88943e1

Please sign in to comment.