I had to restore my DigitalOcean back to a previous build. That’s a week old and naturally I have S3 backups so I thought It’d be an easy point and click and I’m back to at worst losing a days worth of data.
So, then I ran into an issue and the restore failed, I eventually stumbled upon this post:
So I downloaded the latest version of my backup, extracted the content. I unzipped dump.sql.gz and modified the content searching for all occurrences of:
enable_s3_uploads making sure the value is set to false.
The restore is successful, except for the fact that every single image in our forum is missing.
How do I fix this? I think i’m going to revert back to my week old backup. I’d rather miss a week of data then lose every image that was uploaded.
So this is no longer pressing issue for me, but I’ll provide as much info for anyone find this helpful.
The files still existed in S3. Even though the files were available on S3 it wasn’t able to determine how to render the files with the s3_enabled flag disabled. Enabling the flag again didn’t fix the issue.
I reverted to a previous VM snapshot which lost a few post but it’s more acceptable to me than the state of the restored state.
That being said, having daily backups when i can’t restore it seems like a pretty critical bug. I really was hoping that bug i linked above would have been fix already, it was open since September. :\