Upgrade Getting Failed from Version 2.34.4 to 2.35.6

@Ameen tagging you here related to [DHIS2-9813] - Jira which you closed as “invalid” but it is looking to be a common issue. Some guidance on how to overcome the issue would be appreciated?

Is it safe to manually drop the the tables?


alter table visualization drop column if exists colorsetid;

-- Remove colorset tables

drop table if exists colorset_colors;
drop table if exists color;
drop table if exists colorset;