File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 17
17
- [ Deployment Using Terminus] ( #deployment-using-terminus )
18
18
- [ Test Environment] ( #test-environment )
19
19
- [ Live Environment] ( #live-environment )
20
+ - [ Troubleshooting] ( /docs/troubleshooting.md )
20
21
21
22
## Pantheon Environments
22
23
Original file line number Diff line number Diff line change
1
+ # Troubleshooting
2
+
3
+ ## Outline
4
+
5
+ - [ Pulling Files and Database from Pantheon Test Environment] ( pulling-files-and-database-from-pantheon-test-environment )
6
+
7
+ ## Pulling Files and Database from Pantheon Test Environment
8
+
9
+ Running this command:
10
+
11
+ ```
12
+ lando pull --database=test --files=test --code=none
13
+ ```
14
+
15
+ causes this error:
16
+
17
+ ```
18
+ Notice: Undefined index: X-Pantheon-Styx-Hostname in /var/www/html/vendor/pantheon-systems/terminus/src/Models/Environment.php on line 851
19
+ [error] Pantheon headers missing, which is not quite right.
20
+ ```
21
+
22
+ The ` test ` enviroment has not been created. Dev needs promoted first before the files or database can be pulled from it.
You can’t perform that action at this time.
0 commit comments