0.18.0-alpha.9 • Published 4 months ago

@nocobase/plugin-duplicator v0.18.0-alpha.9

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 months ago

Duplicator

English | 中文

NocoBase 应用的备份与还原插件,可用于应用的复制、迁移、升级等场景。

安装激活

内置插件无需手动安装激活。

使用方法

Duplicator 插件提供了 dumprestore 命令,分别用于备份和还原应用数据,可用于单应用的备份和还原,也可以跨应用。如果跨应用还原数据,请保证目标应用 NocoBase 版本与源应用一致,相对应插件也已下载本地。

⚠️ 如果使用了继承(PostgreSQL)、视图、触发器等不兼容的特性,跨数据库还原备份数据可能失败。

备份数据

yarn nocobase dump

选择需要备份的插件表结构及其数据

? Select the plugin collections to be dumped (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
 == Required ==
 - migration (core) (Disabled)
 - collections (collection-manager) (Disabled)
 - uiSchemas (ui-schema-storage) (Disabled)
 - uiRoutes (ui-routes-storage) (Disabled)
 - acl (acl) (Disabled)
 - workflowConfig (workflow) (Disabled)
 - snapshot-field (snapshot-field) (Disabled)
 - sequences (sequence-field) (Disabled)
 == Optional ==
❯◉ executionLogs (workflow)
 ◉ users (users)
 ◉ storageSetting (file-manager)
 ◉ attachmentRecords (file-manager)
 ◉ systemSettings (system-settings)
 ◉ verificationProviders (verification)
 ◉ verificationData (verification)
 ◉ oidcProviders (oidc)
 ◉ samlProviders (saml)
 ◉ mapConfiguration (map)
(Move up and down to reveal more choices)

选择需要备份的其他数据表的记录

? Select the collection records to be dumped (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
❯◉ Test1
❯◉ Test2
❯◉ Test3

数据备份成功之后,备份文件位于 storage/duplicator 目录下:

dumped to /your/apps/a/storage/duplicator/dump-20230210T223910.nbdump
dumped file size: 20.8 kB

还原数据

yarn nocobase restore /your/apps/a/storage/duplicator/dump-20230210T223910.nbdump

导入前请先备份数据

? Danger !!! This action will overwrite your current data, please make sure you have a backup❗️❗️ (y/N)

选择需要还原的插件表结构及其数据

? Select the plugin collections to be restored (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
 == Required ==
 - migration (core) (Disabled)
 - collections (collection-manager) (Disabled)
 - uiSchemas (ui-schema-storage) (Disabled)
 - uiRoutes (ui-routes-storage) (Disabled)
 - acl (acl) (Disabled)
 - workflowConfig (workflow) (Disabled)
 - sequences (sequence-field) (Disabled)
 == Optional ==
❯◯ executionLogs (workflow)
 ◯ users (users)
 ◯ storageSetting (file-manager)
 ◯ attachmentRecords (file-manager)
 ◯ systemSettings (system-settings)
 ◯ verificationProviders (verification)
 ◯ verificationData (verification)
 ◯ auditLogs (audit-logs)
 ◯ iframe html storage (iframe-block)

选择需要还原的其他数据表的记录

? Select the collection records to be restored (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
❯◉ Test1
❯◉ Test2
❯◉ Test3

成功之后,重启应用

# for development
yarn dev
# for production
yarn start
0.18.0-alpha.9

4 months ago

0.18.0-alpha.3

4 months ago

0.18.0-alpha.5

4 months ago

0.18.0-alpha.6

4 months ago

0.18.0-alpha.7

4 months ago

0.18.0-alpha.8

4 months ago

0.18.0-alpha.2

5 months ago

0.18.0-alpha.1

5 months ago

0.17.0-alpha.7

5 months ago

0.17.0-alpha.6

5 months ago

0.17.0-alpha.4

5 months ago

0.17.0-alpha.5

5 months ago

0.17.0-alpha.3

5 months ago

0.17.0-alpha.2

5 months ago

0.17.0-alpha.1

5 months ago

0.16.0-alpha.6

5 months ago

0.14.0-alpha.5

8 months ago

0.14.0-alpha.4

8 months ago

0.14.0-alpha.3

8 months ago

0.14.0-alpha.2

8 months ago

0.14.0-alpha.8

6 months ago

0.14.0-alpha.7

7 months ago

0.13.0-alpha.10

8 months ago

0.14.0-alpha.6

8 months ago

0.14.0-alpha.1

8 months ago

0.11.0-alpha.1

10 months ago

0.15.0-alpha.5

6 months ago

0.15.0-alpha.3

6 months ago

0.15.0-alpha.4

6 months ago

0.15.0-alpha.1

6 months ago

0.15.0-alpha.2

6 months ago

0.12.0-alpha.1

9 months ago

0.12.0-alpha.2

9 months ago

0.12.0-alpha.3

9 months ago

0.12.0-alpha.4

9 months ago

0.12.0-alpha.5

9 months ago

0.10.1-alpha.1

10 months ago

0.16.0-alpha.1

6 months ago

0.16.0-alpha.3

6 months ago

0.16.0-alpha.5

5 months ago

0.16.0-alpha.4

6 months ago

0.11.1-alpha.1

10 months ago

0.11.1-alpha.2

10 months ago

0.11.1-alpha.3

10 months ago

0.11.1-alpha.4

10 months ago

0.11.1-alpha.5

10 months ago

0.13.0-alpha.9

8 months ago

0.13.0-alpha.8

8 months ago

0.13.0-alpha.7

8 months ago

0.13.0-alpha.6

8 months ago

0.13.0-alpha.5

8 months ago

0.13.0-alpha.4

9 months ago

0.13.0-alpha.3

9 months ago

0.13.0-alpha.2

9 months ago

0.13.0-alpha.1

9 months ago

0.10.0-alpha.5

11 months ago

0.10.0-alpha.3

11 months ago

0.10.0-alpha.4

11 months ago

0.10.0-alpha.2

11 months ago

0.9.4-alpha.2

12 months ago

0.9.4-alpha.1

12 months ago

0.9.3-alpha.1

12 months ago

0.9.1-alpha.2

1 year ago

0.9.1-alpha.1

1 year ago

0.9.2-alpha.4

1 year ago

0.9.2-alpha.3

1 year ago

0.9.2-alpha.2

1 year ago

0.9.2-alpha.1

1 year ago

0.9.0-alpha.2

1 year ago

0.9.0-alpha.1

1 year ago