Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

konga 0.13.0 spanshot not working over kong 0.13.1 #574

Open
dgonzalezc opened this issue May 20, 2020 · 1 comment
Open

konga 0.13.0 spanshot not working over kong 0.13.1 #574

dgonzalezc opened this issue May 20, 2020 · 1 comment

Comments

@dgonzalezc
Copy link

1.- Problem
I am trying to get snapshots from konga 0.13.0 connected to kong 0.13.1 for migration propuses but is not working, scheduling is not working and instant snapshot is not creating

The migration plan is blue/green deployment so i need export/import capacity of konga for creating a new kong 0.13.1 with the actual state

2.- Tests

  • schedule snapshot on konga GUI
  • check creation in the dababase(created but never executed)
  • create snapshot on konga GUI
  • check creation on konga GUI(no snapshot created)
  • check creation in the database(table konga_kong_snapshot empty)

3.- Step to recreate

  • Schedule snapshot creation on konga GUI
  • Create instant snapshot on konga GUI
  • Check konga snapshot on konga GUI
  • Check konga_kong_snapshot in
    mysql> select * from konga_kong_snapshots;
    Empty set (0.00 sec)

4.- Setup

  • konga 0.13 application over kubernetes
  • konga mysql over kubernetes
  • kong 0.13.1 over kubernetes

5.- Alternatives/Questions

  • The jobs from schedule snapshot are created internally on konga?
  • is there a way to create manually snapshots from the app?
  • is there a way to create manually snapshots from the DB?
@dgonzalezc
Copy link
Author

it is posible to see the logs of konga or launch konga in debug or verbose mode to check:

  • What is doing with the snapshot?
  • What is the error during the snapshot creation?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant