mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK 9601: Upgrade: change logic for update path for filesFor going from version A to version D, it uses to run the SQL files in that order: A -> B -> C -> D -> A-cleanup -> B-cleanup -> C-cleanup -> D-cleanup. If you had upgraded each version separatively you would have run A -> A-cleanup -> B -> B-cleanup -> C -> C-cleanup -> D -> D-cleanup. This change the logic to follow the same path if you are jumping over versions. Signed-off-by: Marc-Aurle Brothier <m@brothier.org> * pr/1768: Upgrade: change logic for update path for files Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>