We have single master DB and 3 replication server environment.
From that 3 replication servers we need one DB to be historical server ( i.e. Data warehousing )
We will be deleting some records from every table on master DB but the data should be archived on that single DB ( historical server )
We have tried many ways like xtrabackup utility which was not useful.
mysqldump was also not useful because size of DB is almost 3 T.B.
Kindly suggest any tool or utility which can be used for size of 3TB DB having almost 100 tables in it which should be archived on another server DB before deleting the records on Master server.