fauna export create
fauna export create <destination-type>
Start the export of a database or specified user-defined collections to a specified destination type.
Currently only AWS S3 bucket are supported as a
destination type. See fauna export create s3
.
To use exports, you must:
-
Have an Enterprise plan.
-
Be an owner, admin, or developer for your Fauna account. See Team management .
fauna export create
commands do not support --secret
, --local
, or Fauna
containers.
Snapshot export requests don’t count toward plan throughput limits. Throttling for export requests is separate from throttling for queries and Fauna Core HTTP API endpoints, ensuring exports do not impact live database traffic. |