Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 7b98ad1

Browse files
acquamarinray6080
andauthored
Update src/content/docs/migrate/index.md
Co-authored-by: Guodong Jin <guod.jin@gmail.com>
1 parent ac992d6 commit 7b98ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/migrate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ IMPORT DATABASE '/path/to/export';
5656
Currently, in case of a failure during the execution of the `IMPORT DATABASE` command,
5757
automatic rollback is not supported. Therefore, if the `IMPORT DATABASE` command fails, you will need to delete the
5858
database directory you are connected to and reload it again.
59-
2. The `IMPORT DATABASE` command also imports all indexes, regardless of whether their dependent extensions were loaded during export. If an index's dependent extension was loaded at the time of export, it will be automatically loaded during import. However, if the dependent extension was not loaded during export, it will not be automatically loaded during import. In such cases, users must manually load the dependent extensions before querying the index.
59+
2. The `IMPORT DATABASE` command also imports all indexes, regardless of whether their dependent extensions were loaded during import. If the dependent extension was not loaded during import, it will be automatically loaded during import.
6060
:::

0 commit comments

Comments
 (0)