Skip to content

Commit 6839b81

Browse files
Update migrating-from-mysql-with-db-archiver.md (#1938)
Co-authored-by: z <[email protected]>
1 parent 75d583e commit 6839b81

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/en/tutorials/migrate/migrating-from-mysql-with-db-archiver.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ CREATE TABLE my_table (
118118

119119
## Step 4: Install db-archiver
120120

121-
Install db-archiver using the `go install` command:
122-
123-
```bash
124-
go install github.com/databend/db-archiver@latest
125-
```
121+
Download the db-archiver from the [release page](https://github.com/databendcloud/db-archiver/releases/) according to your arch.
126122

127123
## Step 5: Configure & Run db-archiver
128124

@@ -213,4 +209,4 @@ SELECT * FROM my_table;
213209
1 │ Alice │ 10
214210
2 │ Bob │ 20
215211
└────────────────────────────────────────────┘
216-
```
212+
```

0 commit comments

Comments
 (0)