Hi @siactive,
No need to upgrade the DB. You don't really need that many partitions backed up anyhow.
Let's start by running:
mysql> select table_name, count(1) from information_schema.partitions where table_name like 'dwh_fact_%' group by table_name;
Please paste the output here.
Thanks,