simple-backup
simple-backup copied to clipboard
A simple mysql database backup library for php.
Updates to fix errors when executing SQL lines starting with description line. BUT; there are still bugs. **TRIGGER**s cannot be imported. message | "You have an error in your SQL...
Hi, Is this library still mantained? Is it save to use in production?
**Line 52:** `$contents .= "\r\n\r\nSET SQL_MODE = \"NO_AUTO_VALUE_ON_ZERO\";\r\nSET AUTOCOMMIT = 0;\r\nSTART TRANSACTION;\r\nSET time_zone = \"+00:00\"\r\n\r\n--\r\n-- Database: `" . $config['db_name'] . "`\r\n-- Total Tables: {$config['total_tables']}\r\n--\r\n\r\n";` - `SET time_zone = \"+00:00\"` missing...
Can't use `excludeOnly` and `includeOnly` features. ```log [06-May-2020 21:04:37 UTC] PHP Fatal error: Uncaught Error: Using $this when not in object context in /var/www/backup/vendor/coderatio/simple-backup/src/SimpleBackup.php:481 Stack trace: #0 [internal function]: Coderatio\SimpleBackup\SimpleBackup::Coderatio\SimpleBackup\{closure}()...
Hello, whether this library has support for Codeigniter version 4 and PHP version 8? I wanna to integrate this library to my project.