So we currently have a PWM 1.9.1 instance up and running, using an external MySQL DB. Working fine, but we did it all by hand and now I'm ansiblizing it.
So far I've got the os, tomcat, and pwm installation sorted out, but not I'm on the configuration of it.
Reading around, is it really just as simple as copying over the PwmConfiguration.xml file from the current running instance to the new one, and just updating path/url that may have changed?
I'm not super familiar with how it works, so I wanted to ask first. Another way to ask, is if I copy/edit the PwmConfiguration.xml file and put it on my test instance, it won't do anything to the database that could cause it to stop working or lose data right? I'm thinking it would just startup and connect, but not sure if there are some tasks it does that could blow up the db.