You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently using -nq options, but that does not accept the user prompts that show.
Likely needs updates on the BookStack side, then update here to suit.
The
bookstack:update-urlusage in restore is not working as expected since the command has no way to be ran non-interactively:system-cli/src/Commands/RestoreCommand.php
Line 108 in 16b09ea
It's currently using
-nqoptions, but that does not accept the user prompts that show.Likely needs updates on the BookStack side, then update here to suit.