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.
- Host: GitHub
- URL: https://github.com/flant/redmine_attachments_database_storage
- Owner: flant
- Created: 2012-03-21T16:18:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T19:29:10.000Z (over 14 years ago)
- Last Synced: 2025-03-23T01:02:44.734Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
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