From 54e72cdf8f05eeb6910b6c6a1e1a43462e73a745 Mon Sep 17 00:00:00 2001 From: LogischJo <66436499+LogischJo@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:38:07 +0200 Subject: [PATCH] Remove the server:rebuild command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I remove the server:rebuild command because it’s not longer working in 1.4+ --- community/tutorials/artisan.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/community/tutorials/artisan.md b/community/tutorials/artisan.md index 8c6f5914..b0cca6c4 100644 --- a/community/tutorials/artisan.md +++ b/community/tutorials/artisan.md @@ -78,14 +78,6 @@ php artisan p:server:bulk-power {--nodes=1,2,3} ``` -### Server Rebuild - -```bash -php artisan p:server:rebuild [server-id] {--node=1} -``` - -This will initiate a rebuild on all servers, all servers on a node, or a specific server depending on the information given. - ## Panel Management ### View Panel Info @@ -94,4 +86,4 @@ This will initiate a rebuild on all servers, all servers on a node, or a specifi php artisan p:info ``` -Displays a variety of panel information which can be used to check the configuation of this like database and email. \ No newline at end of file +Displays a variety of panel information which can be used to check the configuation of this like database and email.