diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-12 00:59:34 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-12 00:59:34 +0200 |
| commit | 007b193177fbe5ffd574940b9a0ae4ec418171a5 (patch) | |
| tree | 3889002ff4a790137977d02f4cb6689d0611abdb /bin | |
| parent | 80de6834a11734c6d3e047635b63ec93f2f68345 (diff) | |
| download | cms-007b193177fbe5ffd574940b9a0ae4ec418171a5.tar.gz cms-007b193177fbe5ffd574940b9a0ae4ec418171a5.tar.bz2 cms-007b193177fbe5ffd574940b9a0ae4ec418171a5.zip | |
on garde le premier before-restore du jour, cleanBackups avec tri et priorités, oubli dans mysqldump.php
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/mysqldump.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mysqldump.php b/bin/mysqldump.php index 4356a81..b7ae3ef 100644 --- a/bin/mysqldump.php +++ b/bin/mysqldump.php | |||
| @@ -9,5 +9,5 @@ require "../vendor/autoload.php"; | |||
| 9 | Config::load('../config/config.ini'); | 9 | Config::load('../config/config.ini'); |
| 10 | require '../src/model/doctrine-bootstrap.php'; | 10 | require '../src/model/doctrine-bootstrap.php'; |
| 11 | 11 | ||
| 12 | $file_name = Backup::mySQLdump($entityManager); // créer un nouveau backup | 12 | $file_name = Backup::mySQLdump($entityManager, 'console'); // créer un nouveau backup |
| 13 | echo realpath($file_name) . "\n"; \ No newline at end of file | 13 | echo realpath($file_name) . "\n"; \ No newline at end of file |
