Skip to content
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

Updated migrations reset command in auto docs #4069

Merged
merged 5 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion app/gateway/2.6.x/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ The available commands are:
finish Finish running any pending migrations
after 'up'.
list List executed migrations.
reset Reset the database.
reset Reset the database.
The `reset` command erases all of the data
in Kong's database and deletes all of the schemas.
migrate-community-to-enterprise Migrates Kong Community entities to
Kong Enterprise in the default
workspace.
Expand Down
4 changes: 3 additions & 1 deletion app/gateway/2.7.x/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ The available commands are:

list List executed migrations.

reset Reset the database.
reset Reset the database.
The `reset` command erases all of the data
in Kong's database and deletes all of the schemas.

migrate-community-to-enterprise Migrates Kong Community entities to
Kong Enterprise in the default
Expand Down
4 changes: 3 additions & 1 deletion app/gateway/2.8.x/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ The available commands are:

list List executed migrations.

reset Reset the database.
reset Reset the database.
The `reset` command erases all of the data
in Kong's database and deletes all of the schemas.

migrate-community-to-enterprise Migrates Kong Community entities to
Kong Enterprise in the default
Expand Down