Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.

Skip to main content

keto migrate up

keto migrate up

Migrate the database up

Synopsis

Run this command on a fresh SQL installation and when you upgrade Ory Keto from version v0.7.x and later.

It is recommended to run this command close to the SQL instance (e.g. same subnet) instead of over the public internet. This decreases risk of failure and decreases time required.

WARNING

Before running this command on an existing database, create a back up!

keto migrate up [flags]

Options

--format string Set the output format. One of table, json, yaml, json-pretty, jsonpath and jsonpointer. (default "table")
-h, --help help for up
-q, --quiet Be quiet with output printing.
-y, --yes yes to all questions, no user input required

Options inherited from parent commands

-c, --config strings Config files to load, overwriting in the order specified. (default [/home/runner/keto.yml])

See also