TarteelAI / quranic-universal-library

29 stars 1 forks source link

Migrate database back uploader from CarrierWave to ActiveStorage #1

Open naveed-ahmad opened 3 months ago

naveed-ahmad commented 3 months ago

Database backup modal is currently using carrier wave for uploading the files. While CarrierWave has served us well, it introduces an additional dependency that we have to manage and maintain.

naveed-ahmad commented 2 months ago

https://medium.com/@certilremy_16438/how-to-setup-wasabi-cloud-storage-for-your-ruby-on-rails-app-fbf0498666aa

Uploading to wasapi is easy, see AS support direct upload to wasabi.