I need a little bit of direction on how to do this. I don’t need too much hand holding here, but if someone could give me a high level overview of what I need to do to get this done I would greatly appreciate it. I’m sorry if this is a noob question but I’m having a bit of trouble navigating the documentation that is available and I was hoping that the forum users could quickly help me out. I’d be happy to thoroughly document my process once I am done so that future netizens can follow along and do the same thing I did.
If there is a document that already outlines how to do this that I’ve missed I’d be happy to go read it if someone could link me there. Thank you advance.
No.
I’ve got two MAAS deployments. One (A) that started as a trail, and another (B) that started later. Each deployment has a set of hosts (physical), that it is ‘owning’. Now, the first deployment A needs a serious physical update. However some of the deployed hosts in A are in production, so they cannot be shutdown/recommissioned/configured. So, I’d like to move those hosts, logically, over to the B deployment. I.e. I want those hosts to show up in B’s MAAS, so that I can manage (shutdown/commision/etc. ) if its required.
Far too late to be helpful, but based on some troubleshooting I’ve been doing recently, I’m considering how this might be done.
Things appear to be stored in a combination of a SQL DB and JSON files.
I’ve gone through most of the schema at this point, and it seems like it should be possible to extract entries from one, and deposit them into the other MaaS server.
I would say I will test this, but my backlog of tasks before setting up my home lab again is pretty large.
Is anyone made a migration already? I’m stuck on this point as well. My conclusion was to make failover of PSQL first, but how to resign configuration from old region to new one. P.S In my case I have a Region+Rack which I would like to migrate to a new physical machine. Would be happy for any suggestions.