I have two server for my website. The first is production and the second is development.
With Amazon, I save my production database every night. And for my tests, I download my production database in my computer from Amazon.
I access to my development server by ssh. My issue is that I want to import my database from Amazon on my development server but I have no idea of how I can import my database with ssh.
Does someone have an idea?