Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate database back uploader from CarrierWave to ActiveStorage #1

Open
3 tasks
naveed-ahmad opened this issue Jun 12, 2024 · 2 comments
Open
3 tasks
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@naveed-ahmad
Copy link
Contributor

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.

  • Upload backup files using active storage
  • Remove CarrierWave dependency
  • Move old files to new active storage
@naveed-ahmad naveed-ahmad added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 12, 2024
@naveed-ahmad
Copy link
Contributor Author

naveed-ahmad commented Jul 15, 2024

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.

@AkmalArifin
Copy link

Hi, I'm new to contributing to open source. Is this issue still open? I would like to try this as my first issue. May I? And I think I would need one or two helps in the progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants