You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** If you are starting the project from scratch (with a new, empty database), you do not need to run the migration scripts in this directory. These scripts are only necessary when migrating data from an existing database or upgrading shards. For new deployments, follow the standard database initialization procedures instead.
2
+
3
+
Database Migration Scripts
4
+
5
+
This directory contains scripts for migrating database shards and related data.
6
+
7
+
## Shard Migration Script
8
+
9
+
The `shard_migration.sh` script is the main migration orchestrator that runs multiple migration scripts in parallel.
10
+
11
+
### Usage
12
+
13
+
The script accepts the following command-line arguments:
0 commit comments