Default state file location
See original GitHub issueBy documentation, the default location of the state file is next to the settings.py, which I interpret as the used DJANGO_SETTINGS_MODULE file. Instead it is created in maintenance_mode directory, which may be in /usr/share, /usr/lib/ or other unexpected locations.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Managing Terraform State - Best Practices & Examples
State files, by default, are stored in the local directory where Terraform is run. If you are using Terraform to test or for...
Read more >How to manage Terraform state
A Terraform backend determines how Terraform loads and stores state. The default backend, which you've been using this entire time, is the local...
Read more >Backend Type: local | Terraform
The path to the tfstate file. This defaults to "terraform. tfstate" relative to the root module by default.
Read more >States tutorial, part 1 - Basic Usage
States are stored in text files on the master and transferred to the minions on demand via the master's File Server. The collection...
Read more >What is Terraform State File and How it is Managed?
1.6 Use Terraform Workspaces for Isolating State File ... "name" { type = string default = "Terraform-state" } variable "access_key" { type ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed in
0.8.0