-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate settings from webaccess to webapp #16
Comments
Hi, I have an unfinished script which should convert most of the settings from webaccess 2 webapp. Feel free to send fixes 👍 |
ty 4 that fast answer ... |
sry ... issue accidentally closed ;) |
If you are somehow able to share the configuration file by making a dump with read_webapp_settings https://github.com/zarafagroupware/zarafa-tools/blob/master/webapp/read_webapp-settings.py then I can look into it. My email address is listed on my github account page |
I hope this new script parses the webaccess settings correctly since it's in PHP and uses php's native serialize function. Good luck and again no warranties! |
thx for info ;) I'll give it a try next week ... Feedback will follow! greetz Rico 2015-02-04 22:15 GMT+01:00 jelle van der Waa [email protected]:
|
long ago ;) but now I've tested ur script ... |
Thanks for the feedback! I think I didn't implement migrating the missing settings, so I'll to do some research for those settings. |
Hiho ;) again a long time ago ;) The script is working fine for one user ... should this be a csv with usernames ? regards Rico 2015-08-01 14:46 GMT+02:00 jelle van der Waa [email protected]:
|
This script doesn't work with a CSV, so you'd have to loop over your users using for example zarafa-admin -l |
hiho
due to a planned switch from webaccess to webapp we need to migrate some settings like signatures, send-as-settings, delegates and email-rules.
all of these are shown by using read_webaccess_settings
but unfortunately i don't know how to merge this into write_webapp_settings ;(
greetz
Rico
The text was updated successfully, but these errors were encountered: