Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

upgrade mysql 5.6.x to mysql 5.6.30/5.6.31

avatar
New Member

We are using HDP2.2. stack and by default mysql 5.6.x has been bundled. The security team assessment report shows that there are vulnerabilities in mysql 5.6 and the remedy of the issue could be upgrade mysql 5.6.30 or above. I am not sure how to upgrade mysql alone in HDP 2.2 and would be good if any one have such experience of upgrading mysql 5.6.x to 5.6.30 or above. Please reply.

1 ACCEPTED SOLUTION

avatar

You should take a database dump of the various backend stores like Hive, Oozie, Ranger before the upgrade, see instructions here. This way after upgrade of MySQL if you run into issues you still have your backup database dumps.

View solution in original post

2 REPLIES 2

avatar

You should take a database dump of the various backend stores like Hive, Oozie, Ranger before the upgrade, see instructions here. This way after upgrade of MySQL if you run into issues you still have your backup database dumps.

avatar
New Member

Thanks Deepesh for your immense response.