Skip to content

Update upgrade.md #9299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/enterprise/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ The new lakeFS Enterprise integrates all enterprise features directly into a sin

1. You're using lakeFS enterprise binary or the image in Dockerhub treeverse/lakefs-enterprise with fluffy.
1. Your lakeFS-Enterprise version is >= 1.63.0
1. You possess a lakeFS Enterprise license.
1. (optional) You possess a lakeFS Enterprise license.

!!! note
[Contact us](https://lakefs.io/contact-sales/) to gain access to lakeFS Enterprise. You will be granted a token that enables downloading *dockerhub/lakeFS-Enterprise*
from [Docker Hub](https://hub.docker.com/u/treeverse), and a license to run lakeFS Enterprise.
from [Docker Hub](https://hub.docker.com/u/treeverse), and a license to run lakeFS Enterprise. Licensing is not enforced yet.


To migrate from fluffy to lakeFS Enterprise, follow the steps below:

1. Sanity Test (Optional): Install a new test lakeFS Enterprise before moving your current production setup. **Make sure to include your lakeFS Enterprise license in the configuration before 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. 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. Update configuration: Unlike lakeFS + Fluffy, lakeFS Enterprise uses only one configuration file. See [Configuration Changes](#configuration-changes), make sure to add the license to the configuration.
1. Spin down lakeFS and fluffy, and run lakeFS Enterprise!

Expand Down Expand Up @@ -876,4 +876,4 @@ If you encounter issues during migration:
2. **Image Pull Errors**: Ensure your DockerHub token has access to the lakeFS Enterprise image
3. **Ingress Issues**: Confirm that your ingress is pointing directly to lakeFS (not Fluffy)

For additional support, consult the [lakeFS documentation](https://docs.lakefs.io) or contact lakeFS support.
For additional support, consult the [lakeFS documentation](https://docs.lakefs.io) or contact lakeFS support.
Loading