I'm wondering what backup/recovery approach do people use/recommend
when they have an application that has not only a database (mysql in
my case), but uploaded files that are stored in a file system (using
paperclip in my case)?
Also part of the question I guess is how much one should trust the
hosting provider re how it does or doesn't make backups of filesystem/
database, and if you had to how quickly they would be able to do a
restore for you.
Note I'm on http://dreamhost.com/ at the moment by the way, on shared
hosting.
Thanks
> Note I'm onhttp://dreamhost.com/at the moment by the way, on shared
> hosting.
>
> Thanks
If your ISP has a problem, you are *one* of thousands (or tens of
thousands) of clients. In other words, you're not important -- or
just as important as everyone else.
The relevant questions when talking about backups are...
- Can we afford to lose the data?
- How long can we afford to not have the site up and available?
The more critical the site/data the more important backups -- and a
(tested) restore plan is.
Good luck!
-philip
> --
>
> You received this message because you are subscribed to the Google
> Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-
> ta...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
> .
>
>
http://github.com/firsthand/application-backup
What I like about this approach is that all the backup configuration
is centralized along with the archives themselves.Need to backup a new
application, just add another config.
There are some other alternatives here as well:
http://www.ruby-toolbox.com/categories/backups.html
HTH,
Nicholas
---
Nicholas Henry
Ruby on Rails Developer
nich...@firsthand.ca
Firsthand Web Design and Development
Website
http://www.firsthand.ca
Twitter
http://twitter.com/firsthand
> Note I'm onhttp://dreamhost.com/at the moment by the way, on shared
> hosting.
>
> Thanks
Hi,
So what did you end up using? Incremental backups?
--
Posted via http://www.ruby-forum.com/.
I'm wondering what backup/recovery approach do people use/recommendwhen they have an application that has not only a database (mysql inmy case), but uploaded files that are stored in a file system (usingpaperclip in my case)?
Hi,
So what did you end up using? Incremental backups?
Best regards
Peter De Berdt