Add diagnostic message for failure during CLI search deploy (#29462)
This commit is contained in:
parent
c76ae7a5c0
commit
4f4132f1a1
2 changed files with 19 additions and 0 deletions
|
@ -100,6 +100,14 @@ module Mastodon::CLI
|
|||
progress.finish
|
||||
|
||||
say("Indexed #{added} records, de-indexed #{removed}", :green, true)
|
||||
rescue Elasticsearch::Transport::Transport::ServerError => e
|
||||
fail_with_message <<~ERROR
|
||||
There was an issue connecting to the search server. Make sure the
|
||||
server is configured and running correctly, and that the environment
|
||||
variable settings match what the server is expecting.
|
||||
|
||||
#{e.message}
|
||||
ERROR
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue