View Revisions: Issue #6
Summary | 0000006: File size for restoring | ||
---|---|---|---|
Revision | 2015-04-11 10:29 by Romana | ||
Description | Da der Server üblicherweise eine beschränkte Größe für den Upload von Dateien besitzt, kommt es bei großen Dateien für die Wiederherstellung zu Problemen und/oder Abbrüchen. Die Dateigröße ist beim Wiederherstellen nicht beeinflussbar, also hat die Lösung bei der Sicherung der Tabellen zu erfolgen. Es bietet sich an, die Sicherung zu komprimieren. Das geht mit einer recht hohen Kompressionsrate bei XML-Dateien. |
||
Revision | 2018-05-26 11:49 by Romana | ||
Description | Web servers usually have limited file size for upload. This causes problems when uploading big backups for restoring tables, The file size is not influenceable at upload, so the hook to get into this is while creating the backup. Best solution would be to compress backup files. |
||
Revision | 2015-04-11 10:29 by Romana | ||
Additional Information | |||
Revision | 2018-05-26 11:49 by Romana | ||
Additional Information | Perhaps implemented as an option to zip while creating backup file? Or hard coded ever? Nevertheless the above: Restoring tables method has to check, if file is compressed to be able to restore older backups without compression. |