Overview
Theexport command will download a SQLite database from a LiteFS cluster. If
the named database doesn’t exist, it will return an error. This command is safe
to use on a live database.
Usage
Arguments
You’ll need to specify a name for the database using the-name flag.
Examples
Exporting from a local instance
Export a database namedmy.db on LiteFS to the local /path/to/db path on disk:
Exporting from a remote instance
Export a database namedmy.db on a remote LiteFS node to the local file path
/path/to/db: