Skip to content

Commit

Permalink
Update enterprise docs to use lakeFS Enterprise (#8636)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Feb 11, 2025
1 parent 96ae74a commit cdd94a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/enterprise/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parent: lakeFS Enterprise
# Architecture

The lakeFS Enterprise software consists of two components:
1. lakeFS Open Source: [treeverse/lakeFS](https://hub.docker.com/r/treeverse/lakefs). See [Github releases](https://github.com/treeverse/lakeFS/releases) for release info.
1. lakeFS Enterprise: a proprietary version of lakeFS which is based on the OSS version and includes advanced functionality.
2. A proprietary component called **Fluffy** which includes lakeFS' Enterprise features.

![img.png](../assets/img/enterprise/enterprise-arch.png)
Expand Down
1 change: 1 addition & 0 deletions docs/enterprise/getstarted/migrate-from-oss.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nav_order: 203
To migrate from lakeFS Open Source to lakeFS Enterprise, follow the steps below:

1. Make sure you have the Fluffy Docker token, if not [contact us](https://lakefs.io/contact-sales/) to gain access to Fluffy. You will be granted with a token that enables downloading *dockerhub/fluffy* from [Docker Hub](https://hub.docker.com/u/treeverse).
1. Update lakeFS docker image to enterprise. Use `treeverse/lakefs-enterprise` instead of `treeverse/lakefs`. The image can be pulled using the same token as Fluffy.
1. Sanity Test (Optional): Install a new test lakeFS Enterprise before moving your current production setup. Test the setup > login > Create repository etc. Once everything seems to work, delete and cleanup the test setup and we will move to the migration process.
1. Follow lakeFS [Enterprise installation guide][lakefs-enterprise-install]
1. Make sure that you meet the [prerequisites][lakefs-enterprise-install-prerequisites]
Expand Down
4 changes: 2 additions & 2 deletions docs/enterprise/getstarted/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can choose from the the following options:
version: "3"
services:
lakefs:
image: "treeverse/lakefs:latest"
image: "treeverse/lakefs-enterprise:latest"
command: "RUN"
ports:
- "8080:8080"
Expand Down Expand Up @@ -160,7 +160,7 @@ LAKEFS_AUTH_OIDC_FRIENDLY_NAME_CLAIM_NAME=
version: "3"
services:
lakefs:
image: "treeverse/lakefs:latest"
image: "treeverse/lakefs-enterprise:latest"
command: "RUN"
ports:
- "8080:8080"
Expand Down

0 comments on commit cdd94a7

Please sign in to comment.