=== mpjetta_ is now known as mpjetta === nicolasbock_ is now known as nicolasbock [11:45] stickupkid or achilleasa: Brings one patch forward: https://github.com/juju/juju/pull/12571. [11:47] And achilleasa, can you see if you got what you desired on https://github.com/juju/juju/pull/12552 ? [11:54] stickupkid: This one is Oleg's cherry-picked onto a new patch: https://github.com/juju/juju/pull/12572 [12:02] manadart: looks ok even though it's a one-line change... don't really get why this couldn't have been the same PR as the other... [12:02] manadart, what's the mongo we support in 2.9? [12:02] can I go ahead and merge it? [12:02] or do we still have issues [12:02] achilleasa: Yeah. [12:04] I checked it's 4.0.x [12:04] I'm sure focal comes with 3.6.x by default, unless I installed an older version [12:05] ah, it just tries each on until it works [12:05] lolz [12:05] see install-mongo-dependencies [12:06] stickupkid: Yeah, juju-db is 4.0.18 on the stable channel, but I was still running with an old 3.something via apt a little while ago. [12:06] this obviously goes away in 3.x [15:30] manadart, I didn't get very far trying to follow those instructions to migrate a model [15:31] https://discourse.charmhub.io/t/migrating-models/1152/2 [15:32] Has anyone here successfully migrated a model from one juju controller to another? [15:57] stickupkid, do you know, off the top of your head, how libjuju decides which facade to use ? I would very much like a version 6 facade and I keep getting a version 3. [15:57] gnuoy, it asks the controller, what facade you want? [15:58] stickupkid, hmm, weird. When I run the command line juju I can see the request being sent as a version 6. When I use libjuju it goes as a version 3 [15:59] stickupkid, not to worry, I'll keep poking at it. [16:00] gnuoy - https://github.com/juju/python-libjuju/blob/master/juju/client/connection.py#L20-L128 [16:00] stickupkid, aha! perfect, thank you === dan_ is now known as Guest76761 [16:20] How do I add a new controller into the juju cache? [16:26] Guest76761, juju register [16:33] or if you have credentials you could also 'juju login' [16:41] I've just tried `juju register IPADDRESSOFNEWCONTROLLER` it asked me for a name and then... nothing? [16:42] I hit enter about 5 minutes ago but its just blinking cursor time [16:46] I'm trying the other way round now [16:47] Same thing has happened. I get asked for a name then... [16:47] blinking cursor, nothing seems to be happening [16:53] Guest76761: Typically, when you're registering a non public controller, you'll have a hash that was passed to you by the person who added you to the controller. That's the string that you want to pass to juju register. [16:53] More info in `juju register --help` [16:57] No sorry, I'm not trying to register a user. I've created a new controller so I want to migrate a juju model from my existing controller to the new one [16:58] Apparently I need to register my new controller with the existing one first [17:09] Guest76761 (IRC): If both controllers are registered with the same client, things should Just Work. Did you run into trouble when doing so? (I think the docs at https://juju.is/docs/migrating-models are up to date.) [21:33] has the juju dashboard changed from the 'juju gui' I've seen referenced?