You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
3.- Step to recreate
mysql> select * from konga_kong_snapshots;
Empty set (0.00 sec)
4.- Setup
5.- Alternatives/Questions
The text was updated successfully, but these errors were encountered: