How can I relaunch juju daemons without stop/starting local LXC VMs
- by vaab
I'm using juju in local mode with LXC.
I updated juju on the host with a classical:
apt-get install juju
And had a plentyful of python errors in juju debug-log probably because juju processes weren't restarted.
In order to restart juju processes, I had to do a complete:
juju destroy-environment
juju bootstrap
which deleted all contents in /var/lib/lxc. I was warned, and this was not an issue, but will be when I'll be in a production environment.
Is there a way to relaunch juju daemons without stop/starting LXC local VMs ?