flant / redmine_attachments_database_storage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 100.0%