Both application servers and db (mongodb) were rebooted last night. All carrier-supported boot loaders return default images for avatars, although files still exist.
I use fog storage on a Rackspace CDN. Each user model contains an avatar_filename field. I tried to run user.avatar.recreate_versions! however, errors due to lack.
Is there a way to restore my images (they still exist!) And prevent this from happening again? I searched around, but it doesn't seem like this is a general release.
In my user model:
AvatarUploader:
class AvatarUploader < CarrierWave::Uploader::Base include CarrierWave::RMagick storage :fog def default_url "/assets/users/profile-default_
source share