mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #577] [MERGED] Update postfixadmin migration code #1969
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1969
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/577
Author: @carragom
Created: 6/26/2014
Status: ✅ Merged
Merged: 8/24/2014
Merged by: @tonioo
Base:
1.1.x← Head:1.1.x📝 Commits (1)
e678e8dUpdate postfixadmin migration code📊 Changes
1 file changed (+76 additions, -43 deletions)
View changed files
📝
modoboa/tools/pfxadmin_migrate/migrate.py(+76 -43)📄 Description
The code to migrate from postfixadmin is not working at all in the current version of modoboa. This patch makes the migration script works, it was tested against a 2.3 version of postfixadmin. There are other tricks needed to make it work besides this patch but I'm not sure where would be the right place to fix those. For example all references to the
SQLHandlerlogger need to be commented on thesettings.pyfile for the script to run but no idea why. Or how to actually fix it. Let me know know what you think of this. Pay special attention to how the permissions are handled, not sure if it's correct. Advices are always welcome.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.