Changes between Version 6 and Version 7 of Documentation/Community/Migration
- Timestamp:
- 09/27/11 19:50:42 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/Migration
v6 v7 47 47 '''Custom configuration and stubs''' 48 48 49 If you have any custom configuration (/etc/ebox/*.conf files) you will need to migrate it by hand. New files are located at /etc/zentyal/. We recommend you to manually merge your changes in the new files instead of just replacing them as some packages have included new configuration keys or may contain other changes. 49 * If you have any custom configuration (/etc/ebox/*.conf files) you will need to migrate it by hand. New files are located at /etc/zentyal/. We recommend you to manually merge your changes in the new files instead of just replacing them as some packages have included new configuration keys or may contain other changes. 50 * The same as above apply to stubs (/etc/ebox/stubs), the new path for them is /etc/zentyal/stubs, and some of the original templates (at /usr/share/zentyal/stubs) have changed, so you should copy the new templates you want to modify and re-apply your changes, if you just copy your customized stubs from /etc/ebox you can break some stuff. 50 51 51 The same apply to stubs (/etc/ebox/stubs), the new path for them is /etc/zentyal/stubs, and some of the original templates (at /usr/share/zentyal/stubs) have changed, so you should copy the new templates you want to modify and re-apply your changes, if you just copy your customized stubs from /etc/ebox you can break some stuff. 52 '''New firewall services''' 53 54 * Some services in modules like Mail and Groupware have changed (or more specifically, they have been renamed and reorganized), so it's very likely you'll have some duplicated firewall rules after the migration (with the old and the new ones), this shouldn't be a problem in general, but maybe you can have a look at your rules and clean them a bit. 52 55 53 56