upgrading training database along with xstore database
Hello,
while running the xstore-upgrade.jar, All the changes made in clientschema.sql are executed against "xstore (dtv schema)" database only. Same changes doesn't get executed in training schema.
The only way to get the changes in training schema is to run store closure, so both schemas will be synchronized. I see this is the behaviour in 18.0.2. Do we any other option to update training schema at the time of upgrade ?
installx.install.properties
----------------------------
local.db.present=true
local.db.host=localhost
local.db.name=xstore
replication.db.name=xstore
training.db.name=xstore
advanced.installation=none
installx.log