Skip to content

Commit 5e7f1f7

Browse files
committed
[BREAK UPSTREAM] docs: add troubleshooting notes
1 parent 15bb6b3 commit 5e7f1f7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Deployment Using Terminus](#deployment-using-terminus)
1818
- [Test Environment](#test-environment)
1919
- [Live Environment](#live-environment)
20+
- [Troubleshooting](/docs/troubleshooting.md)
2021

2122
## Pantheon Environments
2223

docs/troubleshooting.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)