-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
docs: adjust details missed for v0.7 #762
Conversation
@@ -40,15 +40,6 @@ will evaluate to false (a.k.a. rejected). | |||
Vice versa, all relation tuples containing an object have to be in the same | |||
namespace to reference the same object. | |||
|
|||
## Migrations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not apply anymore.
5. Run `keto migrate up --yes` considering the points raised in | ||
[preparations](#preparations). This command will apply SQL schema changes, | ||
but not yet migrate data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this step.
## Options for Adjusting the Migration Process | ||
|
||
The `keto namespace migrate legacy` command supports multiple options: | ||
|
||
- interactive mode with manual approval by not specifying `--yes` | ||
- migrate single namespace by specifying its name as an argument | ||
- only delete old tables by specifying `--down-only`; useful if you did not | ||
approve the down migration previously |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The migrate command does actually already delete the old tables after a successful migration. These options were added to make it clear how the process can be adjusted. FYI @piotrmsc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thx for checking that @zepatrik :)
No description provided.