Josh Koenig
Josh Koenig
I suspect that this is because the watcher process (which is invoked by dashboard running) isn't spun up. There aught to be a way for Terminus to spin up a...
This has gotten a lot of +1's from the Power Users list.
What we probably need is something like: `terminus site sql-dump --site=foo --env=live` You could then pipe that to a local file: `terminus site sql-dump --site=foo --env=live > dumpfile.sql` Or even...
Couldn't tell you specifically, but it's a good opportunity to learn more about how HTTP routing and authorization works in D8! :)
We have an established mechanism to deploy unique hashes for config values. Look at the internal chef code for dropping PHP config for WordPress. This will make it random for...
Re-opening this. It looks like we implemented this in a way that has different salts in different environments, which makes development painful when doing DB clone operations.
We should think about how to "do it right" for logged-in users, which is the big benefit of BigPipe. As it stands, our Varnish implementation gives a big ol "nope"...
All the variables we need should be there already, but agreed we want to get away from `$$` candy-flipping. I thought the idea was to do this in a `pantheon.settings.php`...
Not sure this is the right answer. For portability we may well want to go back to using "drupal" in our core. I'll need to see why we changed that...
@jordan8037310 thanks for the PR! I added a couple comments where I see potential issues. Respond when you have a chance. ;)