aboutsummaryrefslogtreecommitdiff
path: root/bin/mysqldump.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2026-05-12 00:59:34 +0200
committerpolo <ordipolo@gmx.fr>2026-05-12 00:59:34 +0200
commit007b193177fbe5ffd574940b9a0ae4ec418171a5 (patch)
tree3889002ff4a790137977d02f4cb6689d0611abdb /bin/mysqldump.php
parent80de6834a11734c6d3e047635b63ec93f2f68345 (diff)
downloadcms-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/mysqldump.php')
-rw-r--r--bin/mysqldump.php2
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";
9Config::load('../config/config.ini'); 9Config::load('../config/config.ini');
10require '../src/model/doctrine-bootstrap.php'; 10require '../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
13echo realpath($file_name) . "\n"; \ No newline at end of file 13echo realpath($file_name) . "\n"; \ No newline at end of file