danmunn / redmine_dmsf

Fork of svn repository for redmine_dmsf
GNU General Public License v2.0
413 stars 193 forks source link

NFS/samba file sharing #1492

Closed ashrafalzyoud closed 4 months ago

ashrafalzyoud commented 7 months ago

Excellent plugin! Thanks for all the hard work

1- in my case we will have

I can modify the configuration in database.yml Host: IP address for MySQL server

But my question is How I can change the storage path to another server (MySQL server ) In configuration.yml attachments_storage_path: D:/redmine

What the best NFS or samba or ...?! With Good performance and no loss data

What the best configuration for NFS?!

picman commented 7 months ago

I personally do that the way that I replace folders with links to mounted folders.

picman@localhost:/opt/redmine# ls -l
...
dmsf -> /data/dmsf
files -> /data/files
...

Whether NFS or Samba it depends on the server operating system, I think. If the data storage is powered by Windows. I'd use Samba, otherwise I'd use NFS.