You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: howtos/migrate/index.md
+23
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,29 @@ Go to *Administration -> Redmine Git Hosting -> Config Checks* and check that ev
57
57
58
58
***
59
59
60
+
<divclass="alert alert-danger"role="alert"><strong>Warning! During the migration some repositories paths/url may become inconsistent !</strong></div>
61
+
62
+
The main case is sub-projects's main repository who changes from
This is due to [https://github.com/jbox-web/redmine_git_hosting/issues/199](https://github.com/jbox-web/redmine_git_hosting/issues/199).
69
+
70
+
Unfortunately those repositories cannot be handled by the migration script.
71
+
72
+
You will have to :
73
+
74
+
* move them manually in gitolite to their new location (overwriting the empty new .git directory if exists)
75
+
* adjust manually the paths in the ```gitolite.conf``` file (check for duplicate entries)
76
+
* correct the database ```repositories.url``` and ```repositories.root_url``` fields to point to the correct location
77
+
* inform your users about the change
78
+
79
+
I'm really sorry for the disadvantages.
80
+
81
+
***
82
+
60
83
#### Step by Step migration from **0.6 version (or older) to v0.7.10**
0 commit comments