how do I make sure I clean up all mutagen sync lis...
# 🤖|ask-kapa
s
@microscopic-river-74022 how do I make sure I clean up all mutagen sync list
m
Please stand by @swift-island-27000 as I search the knowledge base. I normally take about 15 seconds or so. :wave:
---------------------- To clean up all Mutagen sync sessions in Garden, you can follow these steps: 1. First, stop all active sync sessions using the
garden util mutagen
command:
Copy code
garden util mutagen sync terminate
This command will terminate all active sync sessions for the current project Garden util mutagen command (). 2. To ensure all sync daemons are stopped, you can run the following commands:
Copy code
GARDEN_ENABLE_NEW_SYNC=false garden util mutagen daemon stop
   GARDEN_ENABLE_NEW_SYNC=true garden util mutagen daemon stop
These commands will stop both the old and new sync daemons Troubleshooting sync (). 3. After stopping the sync sessions and daemons, you can verify that all syncs have been cleaned up by running:
Copy code
garden util mutagen sync list
This should show an empty list if all syncs have been successfully terminated Garden util mutagen command (). 4. If you still see any lingering Mutagen processes, you can use the following command to find and kill them:
Copy code
ps -ef | grep mutagen
If any Mutagen processes are found, you can terminate them using the
kill
command Discord support thread (). By following these steps, you should be able to clean up all Mutagen sync sessions and ensure that no lingering processes remain. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted
4 Views