-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for no-check flag in setup command (#8591)
* Add support for no-check flag in setup command - Added a new flag --no-check to the setup command to skip checking if setup is already complete. - This flag is useful when the setup process is already known to be complete and skipping the check can handle migration from diffrent auth type. * Add instructions for migrate from OSS to lakeFS Enterprise - Provided a command to execute for setting up lakeFS with credentials. - Noted that the new lakeFS instance remains inaccessible until full setup completion. * Update cmd/lakefs/cmd/setup.go Co-authored-by: isan_rivkin <[email protected]> * Update pkg/auth/metadata.go Co-authored-by: isan_rivkin <[email protected]> * Update setup logic for lakeFS - Added checks to verify if setup is already complete or comm preferences are set. * Update docs/enterprise/getstarted/migrate-from-oss.md Co-authored-by: isan_rivkin <[email protected]> --------- Co-authored-by: isan_rivkin <[email protected]>
- Loading branch information
1 parent
f7ba626
commit 6914718
Showing
5 changed files
with
55 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters