Skip to content

Commit

Permalink
fix(shell) workaround for import after dbless
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Sep 1, 2022
1 parent e3cf2d0 commit 727e93b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,13 @@ The result should be a new PR on the Pongo repo.
---
## unreleased
* Fix: workaround for https://github.com/Kong/kong/issues/9365
[#314](https://github.com/Kong/kong-pongo/pull/314)]
---
## 1.2.0 released 01-Sep-2022
* Feat: Kong Enterprise 2.8.1.2, 2.8.1.3, 2.8.1.4
Expand Down
2 changes: 2 additions & 0 deletions assets/kong_migrations_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ "$KMS_FILENAME" = "" ]; then
echo 'Declarative file "kong.yml/yaml/json" not found, skipping import'
else
echo "Found \"$KMS_FILENAME\", importing declarative config..."
# run prepare in case: https://github.com/Kong/kong/issues/9365
kong prepare
kong config db_import /kong-plugin/$KMS_FILENAME
if [ $? -ne 0 ]; then
echo "Failed to import \"$KMS_FILENAME\""
Expand Down

0 comments on commit 727e93b

Please sign in to comment.