sureshanaparti commented on PR #11567: URL: https://github.com/apache/cloudstack/pull/11567#issuecomment-3833269830
> > @sureshanaparti @abh1sar please check if we need to handle upgrade scenario with existing values at zone > > Thanks for pointing @harikrishna-patnala. I had to think about it, but I don't think we need to handle db upgrade. > > Someone might have one of the following scenarios in their current env: > > 1. only Global scope config is set -> then no change in behaviour. > 2. both Zone scope and Global scope config is set -> the Global scope config will continue working. The config detail stored in the Zone details will just get ignored. > 3. Zone scope config is set but Global scope config is not -> this is not usable as it doesn't expose any backup APIs. So no one would be using it. +1, upgrade is required only when the zone-level config is enabled (in the cases 2 and 3), and for that cases also, even though zone-level config is enabled, the global-level backup config should be enabled for backup framework/APIs to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
