]> BookStack Code Mirror - system-cli/commit
Added main-path restore command testing
authorDan Brown <redacted>
Wed, 5 Apr 2023 20:07:33 +0000 (21:07 +0100)
committerDan Brown <redacted>
Wed, 5 Apr 2023 20:07:33 +0000 (21:07 +0100)
commit551a5d0beeb88926dad6b7b9554628f7db35e715
treebdd54557e497aa162f9c7f99a4500df7034917ef
parentb48516e81aa7c6b8a14ae7fbc489434021656eb8
Added main-path restore command testing

Addressed some issues in the process including:
- Added dropping of existing db tables before restore.
- Changed how passwords are used in MySQL CLI actions to prevent
  warnings.
- Updated docker setup for proper healthcheck/cleanup actions since was
  previously misled by existing running container instances.
composer.json
docker-compose.yml
readme.md
src/Commands/RestoreCommand.php
src/Services/MySqlRunner.php
tests/Commands/RestoreCommandTest.php [new file with mode: 0644]
tests/TestCase.php