mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #131] Migration fails using bash script #102
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#102
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?
Originally created by @leader32 on GitHub (Mar 17, 2015).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/131
RHEL 6.6, PostgreSQL 9.3.6,
VimbAdmin on commit
549882ea71(Sat Mar 14 15:21:08 2015 +0100)When I try to import users from csv file using bash functions, then they didn't shows correctly in web interface.

If I try to import only 10 mailboxes, they seems to be correctly imported, and in ViMbAdmin frontend they shown properly. But when I try to import 50 or more than mailboxes, it appears like this (only 4 of 60 mailboxes shown, and 4th haven't all operations as 3 others; in addition, you can't switch all of them to inactive):
I tried to trace SQL queries, which vimbadmin executes during creating/modifying/deleting domain/mailboxes, and here is the part of generated sql script for creating mailbox in a vimbadmin database :
If you need, I can give full bash script, which generates these sql queries.
And if you know php-console way to add mailboxes-aliases-domains, I will be very grateful to you.