File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# 2.x branch
22## 2.12 branch
33### 2.12.1
4+ * fixed a little bug in the ` bootstrap.php ` file;
45* the ` Exceptionist ` class provided by me-tools is no longer used (in anticipation of an upcoming deprecation).
56
67### 2.12.0
Original file line number Diff line number Diff line change 4141 'DatabaseBackup.chmod ' => 0664 ,
4242 'DatabaseBackup.connection ' => 'default ' ,
4343 'DatabaseBackup.processTimeout ' => 60 ,
44- 'DatabaseBackup.target ' => ROOT . 'backups ' ,
44+ 'DatabaseBackup.target ' => rtrim ( ROOT , DS ) . DS . 'backups ' ,
4545 'DatabaseBackup.mysql.export ' => '{{BINARY}} --defaults-file={{AUTH_FILE}} {{DB_NAME}} ' ,
4646 'DatabaseBackup.mysql.import ' => '{{BINARY}} --defaults-extra-file={{AUTH_FILE}} {{DB_NAME}} ' ,
4747 'DatabaseBackup.postgres.export ' => '{{BINARY}} --format=c -b --dbname= \'postgresql://{{DB_USER}}{{DB_PASSWORD}}@{{DB_HOST}}/{{DB_NAME}} \'' ,
You can’t perform that action at this time.
0 commit comments