Project

General

Profile

Download (262 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/bin/sh

MESSAGE="
IMPORTANT: katello-restore has been removed in favor of 'foreman-maintain restore'.
This change happened in order to support remote databases and a newer mongo version.
Please update your scripts and/or cron jobs.
"

echo "$MESSAGE"
exit 1

(9-9/15)