File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,8 @@ description: Learn how to safely update versions and run data migrations.
23
23
version.
24
24
25
25
```
26
- curl -o env-migration.sh
27
- https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/env-migration.sh
28
- curl -o .env.example
29
- https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/.env.example
26
+ curl -o env-migration.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/env-migration.sh
27
+ curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/.env.example
30
28
```
31
29
</Step >
32
30
<Step title = " Execute environment variables migration" >
@@ -41,8 +39,7 @@ description: Learn how to safely update versions and run data migrations.
41
39
Download the latest Docker Compose file.
42
40
43
41
```
44
- curl -o docker-compose.yml
45
- https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/docker-compose.yml
42
+ curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/docker-compose.yml
46
43
```
47
44
</Step >
48
45
<Step title = " Restart Tracecat" >
You can’t perform that action at this time.
0 commit comments