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
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Delete devices from Build-in TheThings Network1 +Delete devices from Build-in Server - Content
-
... ... @@ -1,3 +1,8 @@ 1 +(% class="wikigeneratedid" %) 2 + **Table of Contents:** 3 + 4 +{{toc/}} 5 + 1 1 = 1. Upgrade LPS8v2's TTS to HTTPS = 2 2 3 3 ... ... @@ -30,7 +30,7 @@ 30 30 = 2. Install ttn-lw-cli = 31 31 32 32 33 - (% style="color:blue"%)**1). Download ttn-lw-cli**38 +== **2.1 Download ttn-lw-cli** == 34 34 35 35 [[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]] 36 36 ... ... @@ -56,6 +56,44 @@ 56 56 [[image:1690794060552-527.png]] 57 57 58 58 59 - (% style="color:blue"%)**Delete EndDevices.**64 +== **2.2 Delete End node** == 60 60 61 61 [[image:1690794073644-821.png]] 67 + 68 + 69 + 70 += 3. Delete devices from built-in ChirpStack = 71 + 72 + 73 +Users need to access the Linux console of the gateway through SSH, and then enter the following command to clear the built-in ChirpStack: 74 + 75 +(% class="box infomessage" %) 76 +((( 77 +cd /usr/local/chirpstack/ 78 + 79 +systemctl stop chirpstack 80 + 81 +docker-compose down 82 +))) 83 + 84 +[[image:image-20231106094833-2.png]] 85 + 86 + 87 +(% class="box infomessage" %) 88 +((( 89 +docker volume rm chirpstack_postgresqldata 90 + 91 +docker volume rm chirpstack-redisdata 92 +))) 93 + 94 +[[image:image-20231106095035-3.png]] 95 + 96 + 97 +Re-run ChirpStack 98 + 99 +(% class="box infomessage" %) 100 +((( 101 +systemctl start chirpstack 102 +))) 103 + 104 +