]> BookStack Code Mirror - system-cli/commit
Made changes based upon freebsd/openbsd testing
authorDan Brown <redacted>
Sat, 29 Apr 2023 13:02:00 +0000 (14:02 +0100)
committerDan Brown <redacted>
Sat, 29 Apr 2023 13:02:00 +0000 (14:02 +0100)
commit86ebe8ec271b9cefe217c5ed8b4335abec48c92b
treedbd036a9b11fb061247a26d8e8e88217f84a9a3a
parent34bd7dfbe01d875ea153b12ea1fcff2435ca9cdd
Made changes based upon freebsd/openbsd testing

- Added better generally output formatting with warnings and blue info.
- Addressed deprecation warning when opening empty zip from temp file.
- Updated mysqldump so warnings did not stop dump, but are shown to
  users.
- Massively increased timeouts where needed.
- Fixed a few typos.
- Logged extra mysql known issues.
- Added protocol to mysql commands since that's what's expected in
  BookStack's usage.
- Updated required extensions list to be more comprehensive, based upon
  actual need on FreeBSD (Where php defaults were minimal) and extracted
  requirements to static class vars for easier editing.
readme.md
run.php
src/Commands/BackupCommand.php
src/Commands/InitCommand.php
src/Commands/RestoreCommand.php
src/Commands/UpdateCommand.php
src/Services/ArtisanRunner.php
src/Services/ComposerLocator.php
src/Services/MySqlRunner.php
src/Services/RequirementsValidator.php