I have a small Discourse forum that’s set up with Backblaze B2 as an object store and BunnyCDN as the CDN, but want to move all that back to the local storage of the Discourse server as traffic is so low it’s not worth the current complexity and cost of the separate CDN & object storage.
Is there a best practice or documentation around reverting back to local storage after using a CDN? I found this post on the forum:
Is that all there is to it?
Run rake uploads:migrate_from_s3, disable S3/CDN in the site settings, then run rake posts:rebake to fix all the post URLs?