A
A
Anton Misyagin2015-04-24 12:54:23
Ruby on Rails
Anton Misyagin, 2015-04-24 12:54:23

How to make backup and fog friends?

Hello. I use carrier_wave to upload files in my rail application and upload files to S3, for this I installed the fog gem. Everything works
Now the task is to make a backup of the database and put it on the same Amazon. When installing backup, problems occur. 70cc6356b9f5405bbe3a951fd402ead0.png
How to make friends with such important gems for me?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vsuhachev, 2015-04-24
@sunnmas

backup is a standalone utility and does not need to be included in the gemfile. Just install it (gem install) once, create a backup config and write a cron call.

A
Anton Misyagin, 2015-04-25
@sunnmas

Yes, it was installed, but the first attempts to use it ended in errors: 271c52cc15254842b2944a64a77d8a9d.png
But then I began to understand the essence of the problem:

Backup is a system utility for Linux and Mac OS X , distributed as a RubyGem, that allows you to easily perform backup operations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question