]> BookStack Code Mirror - system-cli/commit
Started testing of backup command
authorDan Brown <redacted>
Mon, 3 Apr 2023 16:26:09 +0000 (17:26 +0100)
committerDan Brown <redacted>
Mon, 3 Apr 2023 16:26:09 +0000 (17:26 +0100)
commit0248e2c0d91d7dab5bb7d4da26b9a558b5497be1
tree5689df830b972d12d7ee399b14cdf3b4d9cf965c
parent1f1e1c1addcd9f5752c1e94caf13dd82c6684a4d
Started testing of backup command

Came across a couple of issues during build:
1. DB needed init SQL query to fix user permissions to allow backup,
   added detail to readme in new "known issues".
2. App container work needed to wait for database to be alive.
docker-compose.yml
docker-mysql-init.sql [new file with mode: 0644]
readme.md
src/Commands/BackupCommand.php
src/Services/MySqlRunner.php
tests/CommandResult.php
tests/Commands/BackupCommandTest.php [new file with mode: 0644]