mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #1501] 504 error time out when exporting more than 30 thousand identities #1181
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#1181
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 @augustodv on GitHub (Jun 5, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1501
Impacted versions
Steps to reproduce
create more than 30k identities
Current behavior
at the moment of exporting the accounts already created, 35834, the page generates time out after a short time throwing error 504
Expected behavior
can exprort all identities
Video/Screenshot link (optional)
@augustodv commented on GitHub (Jun 5, 2018):
sorry for my english. i speak spanish.
@tonioo commented on GitHub (Jun 6, 2018):
Indeed, the web export is not appropriated in your case... What don't you try the command line version?
@augustodv commented on GitHub (Jun 6, 2018):
sorry but can not find, what would the command to export by command line?
@tonioo commented on GitHub (Jun 7, 2018):
@augustodv commented on GitHub (Jun 7, 2018):
excelent!!! i use this command /srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py modo export identities >> indentidades.csv
Thanks!!!!