Ticket #1290 (closed task: fixed)
Integrate eGroupware backups with eBox backups
| Reported by: | jacalvo@… | Owned by: | jacalvo@… |
|---|---|---|---|
| Milestone: | 1.2 (stable release) | Component: | egroupware |
| Severity: | normal | Keywords: | |
| Cc: | juruen@…, javier.amor.garcia@… |
Description
Restoring eGroupware backups is done through the eGroupware web interface, but maybe we can do it in a simpler way without human interaction.
Attachments
Change History
comment:2 Changed 4 years ago by jacalvo@…
- Status changed from assigned to closed
- Resolution set to fixed
Currently this has been implemented by storing a dump of the egroupware database inside the ebox configuration backup. This seems to be enough at the moment.
comment:3 Changed 4 years ago by jacalvo@…
- Cc juruen@… added
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone set to 1.2
The database dump method was dropped because it won't be compatible with eGroupware 1.6 where the database schema has changed.
We have to find a way to integrate the eGroupware backups without using the eGroupware web interface manually. Another option is to not integrate it at all and let the users do backups on their own using the eGroupware interface.
comment:4 Changed 4 years ago by jacalvo@…
Backup can be done with setup-cli.php --backup and restored with setup-cli.php --install
This makes things a lot easier! :D
comment:5 Changed 4 years ago by jacalvo@…
- Cc juruen@…, javier.amor.garcia@… added; juruen@… removed
There was a bug when restoring usersandgroups backup (hashed password weren't imported from ldif)
Question for javier amor: Is it fixed?
Once that bug is fixed we can test the egroupware backup integration and merge from egroupware-1.6 branch to trunk and close this ticket.