Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
- run: pnpm install
- run: pnpm test
- run: pnpm run build
env:
NODE_OPTIONS: --max_old_space_size=4096
Comment thread
fengjiachun marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: Describes how to use GreptimeDB's Export and Import tools for datab

This guide describes how to use GreptimeDB's Export and Import tools for database data backup and restoration operations.

For the resumable snapshot-based Export/Import V2 workflow, see [Export and Import Data with Export/Import V2](./export-import-v2.md).

For detailed command-line options and advanced configurations, please refer to [Data Export & Import](/reference/command-lines/utilities/data.md).

## Overview
Expand Down
Loading
Loading