Changes for page Delete devices from Build-in Server
Last modified by Xiaoling on 2023/11/21 09:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoling - Content
-
... ... @@ -34,8 +34,8 @@ 34 34 35 35 = 2. Install ttn-lw-cli = 36 36 37 +== 2.1 Download ttn-lw-cli == 37 37 38 -== **2.1 Download ttn-lw-cli** == 39 39 40 40 [[https:~~/~~/www.thethingsindustries.com/docs/the-things-stack/interact/cli/installing-cli/#installing-using-pre-built-binaries>>url:https://www.thethingsindustries.com/docs/the-things-stack/interact/cli/installing-cli/#installing-using-pre-built-binaries]] 41 41 ... ... @@ -61,12 +61,12 @@ 61 61 [[image:1690794060552-527.png]] 62 62 63 63 64 -== **2.2 Delete End node**==64 +== 2.2 Delete End node == 65 65 66 + 66 66 [[image:1690794073644-821.png]] 67 67 68 68 69 - 70 70 = 3. Delete devices from built-in ChirpStack = 71 71 72 72 ... ... @@ -74,11 +74,11 @@ 74 74 75 75 (% class="box infomessage" %) 76 76 ((( 77 -cd /usr/local/chirpstack/ 77 +**cd /usr/local/chirpstack/** 78 78 79 -systemctl stop chirpstack 79 +**systemctl stop chirpstack** 80 80 81 -docker-compose down 81 +**docker-compose down** 82 82 ))) 83 83 84 84 [[image:image-20231106094833-2.png]] ... ... @@ -86,19 +86,19 @@ 86 86 87 87 (% class="box infomessage" %) 88 88 ((( 89 -docker volume rm chirpstack_postgresqldata 89 +**docker volume rm chirpstack_postgresqldata** 90 90 91 -docker volume rm chirpstack-redisdata 91 +**docker volume rm chirpstack-redisdata** 92 92 ))) 93 93 94 94 [[image:image-20231106095035-3.png]] 95 95 96 96 97 -Re-run ChirpStack 97 +**Re-run ChirpStack** 98 98 99 99 (% class="box infomessage" %) 100 100 ((( 101 -systemctl start chirpstack 101 +**systemctl start chirpstack** 102 102 ))) 103 103 104 104