From 007b193177fbe5ffd574940b9a0ae4ec418171a5 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 12 May 2026 00:59:34 +0200 Subject: =?UTF-8?q?on=20garde=20le=20premier=20before-restore=20du=20jour,?= =?UTF-8?q?=20cleanBackups=20avec=20tri=20et=20priorit=C3=A9s,=20oubli=20d?= =?UTF-8?q?ans=20mysqldump.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/mysqldump.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/mysqldump.php') 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"; Config::load('../config/config.ini'); require '../src/model/doctrine-bootstrap.php'; -$file_name = Backup::mySQLdump($entityManager); // créer un nouveau backup +$file_name = Backup::mySQLdump($entityManager, 'console'); // créer un nouveau backup echo realpath($file_name) . "\n"; \ No newline at end of file -- cgit v1.2.3