18794: Recommend "arvados-server check" after upgrade/config change.
[arvados.git] / doc / _includes / _restart_api.liquid
index c3e0330b8715adc2256fab1c53145393a3d2336a..d6c5c3433e4050ac32385f2a5c0efaed7e017d7d 100644 (file)
@@ -1,8 +1,15 @@
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
 h2(#restart-api). Restart the API server and controller
 
 *Make sure the cluster config file is up to date on the API server host* then restart the API server and controller processes to ensure the configuration changes are visible to the whole cluster.
 
 <notextile>
 <pre><code># <span class="userinput">systemctl restart nginx arvados-controller</span>
+# <span class="userinput">arvados-server check</span>
 </code></pre>
 </notextile>