- $output->writeln("<info>Warning!</info>");
- $output->writeln("<info>- A restore operation will overwrite and remove files & content from an existing instance.</info>");
- $output->writeln("<info>- Any existing tables within the configured database will be dropped.</info>");
- $output->writeln("<info>- You should only restore into an instance of the same or newer BookStack version.</info>");
- $output->writeln("<info>- This command won't handle, restore or address any server configuration.</info>");
+ $output->writeln("<warn>Warning!</warn>");
+ $output->writeln("<warn>- A restore operation will overwrite and remove files & content from an existing instance.</warn>");
+ $output->writeln("<warn>- Any existing tables within the configured database will be dropped.</warn>");
+ $output->writeln("<warn>- You should only restore into an instance of the same or newer BookStack version.</warn>");
+ $output->writeln("<warn>- This command won't handle, restore or address any server configuration.</warn>");