An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Hi,
I just installed RapidMiner Server on AWS using the Rapidminer Server image.
Could you please provide me a link or instructions on how to back-up my MySQL repository database? I can't find any useful instructions on that anywhere.
Thanks,
Karim
hello @karim_keshavjee - the MySQL database that is created with that AMI is just running on an EC2 instance like any local machine. If you want to back it up, you can do a variety of things like a) just create your own AMI of the instance and it will store everything, including the database; b) you can create a snapshot EBS; c) you can remote into the instance via SSH and just retrieve anything you like; d) it's a bit tricky but you can re-install Server using a AWS RDS database, rather than the MySQL running on the same EC2 instance, and that database gets automatically backed up on a schedule you decide upon.
Scott