Actions
Defect #34139
closedsynchronization attachment folder Master/slave server
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hello developer,
I have 3 server and I install redmine on all my server and I synchronized my database using PAF(High-Availibility for Postgres, based on Pacemaker and Corosync).
server1 master
server2 slave1
server3 slave2
Now I want to migrate this folder from my old redmine to new redmine. how to synchronize /var/lib/redmine/default/files/ to my new servers.
I copied all files from old server (/default/files/) to server1 , it about 25gb. and I copy plugins, themes and images etc.
how can I make replica for server2 and server3?
Updated by Marius BÄ‚LTEANU about 4 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please use forum for question after reading How to request help.
Redmine doesn't offer any file replication between multiple servers, you should use a protocol like NFS or something similar.
Actions