-
i can connect to a MariaDB instance from shell
```
mariadb -h localhost -u ${DB_USR} --password="${DB_USR_PWD}" -e "\s" | grep -E "^UNIX|^Connection|^Server"
Connection id: 43
Server…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
What did you do?
This is a really old and out of date site that is hosted on Pantheon. I attempted to …
-
**Problem**
Sometimes, you like to check where the export directory is with Drush, and maybe you run `config:status`, but get no help:
```
$ drush config:status
[notice] No differences betwee…
-
We're still having issue with site content (on flagship and other platform sites) not always appearing in site search or sometimes in resource lists.
Example (Brasil): This profile was created, but n…
-
Given I use drush 12.5.3
When I launch command `vendor/bin/drush user-create foo --mail foo@bar.baz --password foobar`
I Receive this output
```
--------- ----------- ----------- --------------…
-
Drush fails to import SQL dumps generated with a recent version of MariaDB:
```
In SqlCommands.php line 183:
…
-
**Describe the bug**
BLT allowed for configuration overrides; for example, we had `init` disabled:
```yml
disable-targets:
blt:
shell-alias:
init: true
```
**To Reproduce**
1. I…
-
## The problem
- I followed the instructions on [this README](https://github.com/pantheon-systems/quicksilver-examples/tree/main/drush_config_import) and created a similar script.
- I put my scr…
-
We need a file `drush.yml` with:
```
options:
uri: ${env.TUGBOAT_DEFAULT_SERVICE_URL_PROTOCOL}://${env.TUGBOAT_SERVICE_HOSTNAME}
```
And move it (could be in the online step)
```
- …
-
# Problem
Some of our site splits do not have clean exports.
# Steps to reproduce
## HR
`ddev drush @hr.local config-split:export site`
- Adds `config/sites/hr.uiowa.edu/field.storage.node…