github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/howto/migrate-away.md (about) 1 --- 2 title: Migrating away from lakeFS 3 description: The simplest way to migrate away from lakeFS is by copying data from a lakeFS repository to an S3 bucket. 4 parent: How-To 5 redirect_from: 6 - /deploying-aws/offboarding.html 7 - /reference/offboarding.html 8 --- 9 10 # Migrating away from lakeFS 11 12 ## Copying data from a lakeFS repository to an S3 bucket 13 14 The simplest way to migrate away from lakeFS is by copying data from a lakeFS repository to an S3 bucket 15 (or any other object store). 16 17 For smaller repositories, you can do this by using the [AWS CLI]({% link integrations/aws_cli.md %}) or [Rclone][rclone]. 18 For larger repositories, running [distcp](https://hadoop.apache.org/docs/current/hadoop-distcp/DistCp.html){: target="_blank"} with lakeFS as the source is also an option. 19 20 [rclone]: {% link howto/copying.md %}#using-rclone