Problem mit Perlskript

MyOOS [Dumper]ist ein Sicherungsprogramm für MySQL-Datenbanken. Damit können Sicherungskopien der Daten (Forum, Shop, Blog, usw.) erstellt und bei Bedarf auch wieder hergestellt werden. Besonders bei Web-Space ohne Shell-Zugang bietet sich MyOOS [Dumper] als sinnvolle Alternative an.
Antworten
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Problem mit Perlskript

Beitrag von eumel »

Hallo zusammen,

ich habe ein Problem mit folgender Zusammenstellung:
phpBB 3.5.5 , PHP 8 , MyOOS Dumper 5.0.15 und Hoster All-Inkl.com

Ich will automatisch nachts per Skript ein Datenbank-Backup machen lassen.
Grundsätzlich funktioniert das auch, leider bricht aber das Backup nach ca. der Hälfte der Datenbankgröße ohne Fehlermeldung ab.

Manuelles PHP-Backup im MyOOSDumper funktioniert, allerdings hatte ich wegen Probleme bei der Rückspielung (schon mit dem MySQLDumper) Multipart-Backup mit einer Größe von 8 MB eingestellt.
Meine Datenbank hat eine Größe von ca. 900 MB.

Hat jemand eine Idee, was der Grund für diesen Abbruch sein könnte?

LG Rolf
r23
Beiträge: 2622
Registriert: 18.09.2008, 05:56
Wohnort: Hagen
Kontaktdaten:

Re: Problem mit Perlskript

Beitrag von r23 »

Hallo,

bitte einmal aus der aktuellen Entwicklung die Version installieren.

https://github.com/r23/MyOOS-Dumper/arc ... master.zip

oder
https://github.com/r23/MyOOS-Dumper

hier auf "code" klicken.

Evtl. haben wir in den letzten Tagen das Problem mit dem Perl Script gelöst.

Code: Alles auswählen

Manuelles PHP-Backup im MyOOSDumper funktioniert, allerdings hatte ich wegen Probleme bei der Rückspielung (schon mit dem MySQLDumper) Multipart-Backup mit einer Größe von 8 MB eingestellt.
Was steht in der error Log vom Hoster?

Bei dem Hoster muss man angeblich die PHP error Log aktivieren
https://all-inkl.com/wichtig/htaccessgenerator/

Code: Alles auswählen

php_flag log_errors on
php_value error_log "/www/htdocs/wnummer/ordnerPfad/logName.log
Vielen Dank für die Hinwesie

Beste Grüße

Ralf
e-dschungel
Beiträge: 29
Registriert: 01.02.2022, 20:58

Re: Problem mit Perlskript

Beitrag von e-dschungel »

Hallo,

funktioniert das Perlskript bei dir mit einer kleineren Datenbank? Was steht in work/log/myoosdumper_perl.complete.log.gz und myoosdumper_perl.log.gz?

Gruß
e-dschungel
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Hallo,

ich habe jetzt extra mal ein ganz neues phpBB-Forum auf einer freien Domain installiert, also eine ganz kleine Datenbank.
Damit funktioniert das Perlskript einwandfrei ohne Probleme und hatte am Ende auch eine Erfolgsmeldung.

Also scheint es ja wohl ein Problem mit der großen Datenbank zu geben, aber wie kann man es beheben?
e-dschungel
Beiträge: 29
Registriert: 01.02.2022, 20:58

Re: Problem mit Perlskript

Beitrag von e-dschungel »

Hallo,

was steht denn in den o.g. Logs (am besten hier posten)? Wenn da nichts steht, frag mal den All-inkl-Support nach einem Auszug aus dem error log und den Begrenzungen von Perl bezüglich Ausführungszeit und Speicher. Führst die das Perlskript direkt oder über eine CGI-Brücke wie hier aus? https://all-inkl.com/wichtig/anleitunge ... n_304.html

Gruß
Olli
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Hallo,
hier die Logs:

myoosdumper_perl.log
06.03.2022 08:54:27 ***********************************************************************
06.03.2022 08:54:27 Starting backup using Perlscript version 5.0.15 (using perl v5.30.0)
06.03.2022 08:54:27 Using configuration myoosdumper.conf.php
06.03.2022 08:54:27 Start Perl Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_1.sql.gz`
06.03.2022 08:54:30 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_2.sql.gz`
06.03.2022 08:54:31 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_3.sql.gz`
06.03.2022 08:54:33 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_4.sql.gz`
06.03.2022 08:54:35 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_5.sql.gz`
06.03.2022 08:54:37 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_6.sql.gz`
06.03.2022 08:54:39 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_7.sql.gz`
06.03.2022 08:54:41 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_8.sql.gz`
06.03.2022 08:54:43 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_9.sql.gz`
06.03.2022 08:54:45 Continuing Multipart-Dump with file `d0390c68_2022_03_06_08_54_part_10.sql.gz`
myoosdumper_perl.complete.log
06.03.2022 08:54:27 <span style="color:#0000FF;">Configuration 'myoosdumper.conf.php' loaded successfully from Querystring.</span>
06.03.2022 08:54:27 <span style="color:#0000FF;">Compression Library loaded successfully...</span>
06.03.2022 08:54:27 <span style="color:#0000FF;">FTP Library loaded successfully...</span>
06.03.2022 08:54:27 <span style="color:#0000FF;">FTP-SSL Library loaded successfully...</span>
06.03.2022 08:54:27 <span style="color:#0000FF;">Mail Library loaded successfully...</span>
06.03.2022 08:54:27 Starting backup using Perlscript version 5.0.15 (using perl v5.30.0)
06.03.2022 08:54:27 Characterset of connection and backup file set to <strong>utf8mb4</strong>.
06.03.2022 08:54:27 Searching for tables inside database <strong>`d0390c68`</strong>.
06.03.2022 08:54:27 Found 98 tables with 2272005 records.
06.03.2022 08:54:27 Starting to dump data into multipart-file <strong>`d0390c68_2022_03_06_08_54_part_1.sql.gz`</strong>
06.03.2022 08:54:27 Dumping table `<strong>ajax_chat_bans</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>0 inserted records (size of backupfile: 2.03 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>ajax_chat_invitations</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>0 inserted records (size of backupfile: 2.37 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>ajax_chat_messages</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>122 inserted records (size of backupfile: 5.59 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>ajax_chat_online</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>0 inserted records (size of backupfile: 5.96 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>phpbb_acl_groups</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>6113 inserted records (size of backupfile: 31.77 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>phpbb_acl_options</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>151 inserted records (size of backupfile: 33.50 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>phpbb_acl_roles</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>25 inserted records (size of backupfile: 34.39 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>phpbb_acl_roles_data</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:27 <em>502 inserted records (size of backupfile: 36.43 KB)</em>
06.03.2022 08:54:27 Dumping table `<strong>phpbb_acl_users</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>483 inserted records (size of backupfile: 38.75 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_ad_group</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 39.07 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_ad_locations</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>4 inserted records (size of backupfile: 39.51 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_ads</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>3 inserted records (size of backupfile: 40.67 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_aic_daily_texts</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>24 inserted records (size of backupfile: 46.82 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_attachments</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 47.36 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_banlist</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>87 inserted records (size of backupfile: 49.08 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_bbcodes</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>56 inserted records (size of backupfile: 58.72 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_boardrules</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>8 inserted records (size of backupfile: 67.76 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_bookmarks</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>107 inserted records (size of backupfile: 68.78 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_bots</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>49 inserted records (size of backupfile: 70.21 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_captcha_answers</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>4 inserted records (size of backupfile: 70.64 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_captcha_questions</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>1 inserted records (size of backupfile: 71.16 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_config</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>615 inserted records (size of backupfile: 77.71 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_config_text</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>25 inserted records (size of backupfile: 81.50 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_confirm</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>4 inserted records (size of backupfile: 82.18 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_disallow</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>11 inserted records (size of backupfile: 82.70 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_drafts</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>32 inserted records (size of backupfile: 91.13 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_ext</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>39 inserted records (size of backupfile: 92.02 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_extension_groups</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>5 inserted records (size of backupfile: 92.67 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_extensions</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>66 inserted records (size of backupfile: 93.48 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_forums</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>156 inserted records (size of backupfile: 112.66 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_forums_access</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 113.02 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_forums_track</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>7495 inserted records (size of backupfile: 189.13 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_forums_watch</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>24 inserted records (size of backupfile: 189.68 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_gallery_albums</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 190.29 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_groups</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>24 inserted records (size of backupfile: 191.63 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_guestbook</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>4675 inserted records (size of backupfile: 823.67 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_icons</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>10 inserted records (size of backupfile: 824.32 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_knuffel</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>56 inserted records (size of backupfile: 825.36 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_knuffel_config</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>2 inserted records (size of backupfile: 825.84 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_lang</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>2 inserted records (size of backupfile: 826.37 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_log</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>954 inserted records (size of backupfile: 850.39 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_login_attempts</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>4 inserted records (size of backupfile: 851.19 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_memberprofileviews</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>10198 inserted records (size of backupfile: 981.16 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_migrations</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>446 inserted records (size of backupfile: 990.46 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_models</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>4 inserted records (size of backupfile: 992.74 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_moderator_cache</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>10 inserted records (size of backupfile: 993.33 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_modules</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>266 inserted records (size of backupfile: 1000.67 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_mot_userreminder_remind_queue</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 1001.13 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_notification_emails</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>222 inserted records (size of backupfile: 1003.12 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_notification_types</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>24 inserted records (size of backupfile: 1003.83 KB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_notifications</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>1097 inserted records (size of backupfile: 1.06 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_oauth_accounts</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 1.06 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_oauth_states</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 1.06 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_oauth_tokens</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>0 inserted records (size of backupfile: 1.06 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_pages</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>23 inserted records (size of backupfile: 1.08 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_pages_links</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>10 inserted records (size of backupfile: 1.08 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_pages_pages_links</strong>` <em>(Type InnoDB)</em>:
06.03.2022 08:54:28 <em>2 inserted records (size of backupfile: 1.08 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_poll_options</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>858 inserted records (size of backupfile: 1.09 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_poll_votes</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:28 <em>9768 inserted records (size of backupfile: 1.16 MB)</em>
06.03.2022 08:54:28 Dumping table `<strong>phpbb_post_revisions</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:29 <em>7504 inserted records (size of backupfile: 2.89 MB)</em>
06.03.2022 08:54:29 Dumping table `<strong>phpbb_posts</strong>` <em>(Type MyISAM)</em>:
06.03.2022 08:54:30 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_2.sql.gz`</strong>
06.03.2022 08:54:31 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_3.sql.gz`</strong>
06.03.2022 08:54:33 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_4.sql.gz`</strong>
06.03.2022 08:54:35 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_5.sql.gz`</strong>
06.03.2022 08:54:37 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_6.sql.gz`</strong>
06.03.2022 08:54:39 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_7.sql.gz`</strong>
06.03.2022 08:54:41 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_8.sql.gz`</strong>
06.03.2022 08:54:43 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_9.sql.gz`</strong>
06.03.2022 08:54:45 Continuing Multipart-Dump with file <strong>`d0390c68_2022_03_06_08_54_part_10.sql.gz`</strong>
Beim PHP-Backup gibt es 21 Parts, bei Perl wird immer bei Part 10 abgesbrochen.
e-dschungel hat geschrieben: 06.03.2022, 07:31 Führst die das Perlskript direkt oder über eine CGI-Brücke aus?
Direkt, ohne CGI-Brücke.

LG Rolf
e-dschungel
Beiträge: 29
Registriert: 01.02.2022, 20:58

Re: Problem mit Perlskript

Beitrag von e-dschungel »

Hallo,

die Logs sehen gut aus. Daraus ist nicht ersichtlich, warum nach dem 10. Teil abgebrochen wird. Ich habe gerade testweise ein Datenbank mit mehr als 10 Teilen bei All-Inkl gedumpt: hat geklappt.

Versuch mal, ob du ein Auszug aus dem Errorlog über den Support bekommst.

Gruß
e-dschungel
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Erst einmal danke, ich werde den Support mal ansprechen.
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Hallo,

hier die Antwort vom Support:
in serverseitigen Logs finden wir leider keine Hinweise auf Fehler.

Eventuell kann eine Art Debug-Log in der Software aktiviert werden. Hierzu sollte der Hersteller konkrete Hinweise geben können.
Und nun?

LG Rolf
r23
Beiträge: 2622
Registriert: 18.09.2008, 05:56
Wohnort: Hagen
Kontaktdaten:

Re: Problem mit Perlskript

Beitrag von r23 »

eumel hat geschrieben: 06.03.2022, 09:11 myoosdumper_perl.log
06.03.2022 08:54:27 ***********************************************************************
06.03.2022 08:54:27 Starting backup using Perlscript version 5.0.15 (using perl v5.30.0)

Evtl. liegt es am Zeichensatz von 5.0.15

in der aktuellen Version steht utf8mb4 zur Verfügung
viewtopic.php?f=41&t=3112
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Hallo,

ich habe die neue Version aus dem Link komplett neu installiert (alte Version entfernt), leider hat das nichts gebracht.

Beim Perl-Skript-Backup wird nach wie vor bei File 10 abgebrochen, ohne Fehlermeldung.

Beim PHP-Backup werden 21 Files gespeichert.

LG Rolf
eumel
Beiträge: 7
Registriert: 02.03.2022, 15:38

Re: Problem mit Perlskript

Beitrag von eumel »

Hallo,

hat niemand mehr eine Idee, was man noch machen könnte?

LG Rolf
e-dschungel
Beiträge: 29
Registriert: 01.02.2022, 20:58

Re: Problem mit Perlskript

Beitrag von e-dschungel »

Hallo,

nein, so richtig habe ich leider keine Idee mehr. Ich habe testweise eine 900MB große Datenbank in 69 Teilen gedumpt und eine Datenbank mit 4Byte UTF8 Zeichen gedumpt. Das hat alles funktioniert mit dem Perlskript. Evtl. hat deine Datenbank an der Stelle wo der Dump abbricht ein "mekrwürdiges" Zeichen? Dazu am besten mal ans Ende des 10. Files schauen, die letzte gedumpte Zeile raussuchen und dann mit PHPMyAdmin die nächsten paar Zeilen anschauen.

Gruß
e-dschungel
Antworten