Skip to content

Commit

Permalink
update Transfer remark
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Nov 11, 2024
1 parent f4a82d7 commit 09302c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist-wrap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnacos-web-dist-wrap"
version = "0.5.4"
version = "0.5.5"
edition = "2018"
authors = ["heqingpan <heqingpan@126.com>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue3"
],
"private": true,
"version": "0.5.4",
"version": "0.5.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
5 changes: 5 additions & 0 deletions src/pages/Transfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<p>
(把127.0.0.1:8848信息换成实际nacos地址;如果nacos没有开启鉴权,则用户与密码参数可以不设置。)
</p>
<br />
<p>
使用命令 `rnacos mysql-to-data mysql://$user:$password@127.0.0.1:3306/nacos export.data`
把nacos mysql数据转化成迁移格式数据文件,之后即可在本页面把数据导入到r-nacos系统。
</p>
</n-card>
</n-space>
</div>
Expand Down

0 comments on commit 09302c0

Please sign in to comment.