Skip to content

Commit

Permalink
[docs] Stylistic cleanup - mutagen (ddev#4386) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein authored and rfay committed Nov 16, 2022
1 parent 9a91064 commit 7d22454
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/users/install/performance.md
Expand Up @@ -137,11 +137,11 @@ Mutagen can offer a big performance boost on macOS and Windows. It’s fast and

### Troubleshooting Mutagen Sync Issues

* Please make sure that DDEV projects work *without* mutagen before troubleshooting mutagen. `ddev config --mutagen-enabled=false && ddev restart`.
* Rename your project's .ddev/mutagen/mutagen.yml to .ddev/mutagen/mutagen.yml.bak and `ddev restart`. This makes sure you'll have a fresh version in case the file has been changed and `#ddev-generated` removed.
* `export DDEV_DEBUG=true` will provide more information about what's going on with mutagen.
* As of DDEV v1.21.2, DDEV's mutagen daemon keeps its data in a DDEV-only MUTAGEN_DATA_DIRECTORY, `~/.ddev_mutagen_data_directory`.
* DDEV's private mutagen binary is installed in `~/.ddev/bin/mutagen`. You can use all the features of mutagen with `export MUTAGEN_DATA_DIRECTORY=~/.ddev_mutagen_data_directory` and running the mutagen binary in `~/.ddev/bin/mutagen`, for example:and `~/.ddev/bin/mutagen daemon stop`.
* Please make sure that DDEV projects work *without* Mutagen before troubleshooting it. Run `ddev config --mutagen-enabled=false && ddev restart`.
* Rename your project’s `.ddev/mutagen/mutagen.yml` file to `.ddev/mutagen/mutagen.yml.bak` and run `ddev restart`. This ensures youll have a fresh version in case the file has been changed and `#ddev-generated` removed.
* `export DDEV_DEBUG=true` will provide more information about whats going on with Mutagen.
* As of DDEV v1.21.2, DDEV’s Mutagen daemon keeps its data in a DDEV-only `MUTAGEN_DATA_DIRECTORY`, `~/.ddev_mutagen_data_directory`.
* DDEVs private Mutagen binary is installed in `~/.ddev/bin/mutagen`. You can use all the features of Mutagen with `export MUTAGEN_DATA_DIRECTORY=~/.ddev_mutagen_data_directory` and running the Mutagen binary in `~/.ddev/bin/mutagen`, for example:and `~/.ddev/bin/mutagen daemon stop`.

```bash
export DDEV_DEBUG=true
Expand Down

0 comments on commit 7d22454

Please sign in to comment.