mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #129] Online database backup #112
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#112
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 @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/129
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2011-01-21T14:38:53Z
From the admin panel, add the possibility to download an SQL dump of the database for backups.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2011-09-21T10:04:02Z
+Question+: which format must be used to create backup files?
+Other question+: must a backup depend on the version used to generate it? (I mean Modoboa's version)
Could it be possible to import a backup created from version XX to a new database using version YY and then apply eventual migrations?
What is your opinion about that Pedro?
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2011-09-30T12:33:26Z
Finally, I will not implement this feature in the 0.8.7. Main reasons are:
The real problem (the top-level one) is that, currently, the admin interface is not designed for such functionalities. I think it could be interesting to think about a new layout (again :p)
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-10-21T09:10:52Z
Now that the global layout has been reworked and that Modoboa supports the import of objects, I think this feature is easy to implement.
For a first try, we just need to add the possibility to export domains and identities using CSV files.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-01-14T21:58:38Z
We must offer the possibility to choose which the CSV delimiter.