diff options
| author | polo <ordipolo@gmx.fr> | 2026-06-25 23:17:35 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-06-25 23:41:01 +0200 |
| commit | 0ee622e0adafad3ee7a5afbcdcc519c7cca544d6 (patch) | |
| tree | 7e19a8a9569b98948e9b00a2cde68318e5e10652 /bin/mysqldump.php | |
| parent | 63fb854560c2a437ebd72f3ab8b97349fd3eb61d (diff) | |
| download | cms-0ee622e0adafad3ee7a5afbcdcc519c7cca544d6.tar.gz cms-0ee622e0adafad3ee7a5afbcdcc519c7cca544d6.tar.bz2 cms-0ee622e0adafad3ee7a5afbcdcc519c7cca544d6.zip | |
restauration BDD console bin/restore_db.php
Diffstat (limited to 'bin/mysqldump.php')
| -rwxr-xr-x[-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 b7ae3ef..7d8e960 100644..100755 --- a/bin/mysqldump.php +++ b/bin/mysqldump.php | |||
| @@ -10,4 +10,4 @@ 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, 'console'); // 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 "Un backup a été créé:\n" . realpath($file_name) . "\n"; \ No newline at end of file |
