Getting errors deploying services when trying out ...
# 🌱|help-and-getting-started
a
Hi. I am working through the upgrade guide for upgrading to 0.14, and I've encountered an error that I don't quite understand. Is this something on my end, and if so could I get some advice on how to correct it? If posting any of my
yml
configurations will help please let me know. Thanks!
Copy code
Command "/home/runner/.garden/tools/mutagen/722d0c1941ba875e/mutagen sync flush k8s--build-sync--monitor--grid-detect-monitor--nats--tl7rnnkr" failed with code 1:

Error: unable to flush session: session is not currently able to synchronize

Here's the full output:


Forcing synchronization cycle for session sync_2ALXRvkanBcP8pHpXTlz50iHljNn2VWHz
Error: unable to flush session: session is not currently able to synchronize
b
Thanks for reporting this, do you maybe happen to have lingering Mutagen processses? Does it help to run the command
kill -9 $(pgrep mutagen)
?
Did this happen once, or does it happen every time you run the garden command?
Which version of Garden have you been using before? Does it still work when you downgrade to the previous version, or do you get the same error there?
5 Views