]> BookStack Code Mirror - system-cli/commit
Fixed update-url command not ran, Fixed wrong env contents
authorDan Brown <redacted>
Sun, 7 May 2023 11:27:46 +0000 (12:27 +0100)
committerDan Brown <redacted>
Sun, 7 May 2023 11:29:40 +0000 (12:29 +0100)
commit69541a611d1148c005178d1a2ee40bcc4e72fcfe
tree6c86970981264fca27998ab4c42deab5dbd24991
parent16b09eacff9ed09da767e896de4722ff2cae75c4
Fixed update-url command not ran, Fixed wrong env contents

- Adds --force command to the update-url run so that it's actually ran
  during a restore. Option recently added on BookStack side to support.
- Updates env handling so that the old env contents are actually used as
  part of the merge. Updated existing test to cover.

Fixes #7, Fixes #8
src/Commands/RestoreCommand.php
tests/Commands/RestoreCommandTest.php