An open API service indexing awesome lists of open source software.

https://github.com/flant/redmine_attachments_database_storage

This is a plugin for Redmine which allows to store attachments in database.
https://github.com/flant/redmine_attachments_database_storage

Last synced: over 1 year ago
JSON representation

This is a plugin for Redmine which allows to store attachments in database.

Awesome Lists containing this project

README

          

= Redmine attachments database storage plugin

This is a plugin for Redmine which allows to store attachments in database.

== Installation

You must tune up mysql server increasing 'max_allowed_packet' value in my.cnf up, e.g. to 64M

rake db:migrate:plugin NAME=redmine_attachments_database_storage

== Deinstallation

TODO: migrate all files from database to disk.

rake db:migrate:plugin NAME=redmine_attachments_database_storage VERSION=0