codbex/codbex-kronos

Trying to create existing resources like views, tables, synonyms, etc. on startup

Closed this issue · 1 comments

When Kronos instance is started with DB which has been already processed by Kronos (resources like views, tables, synonyms, etc. are already created), the services tries to recreate these artifacts and cannot succeeded because they already exists.
A lot of exceptions are logged.

Refactor Kronos logic, so that it didn't try to recreate existing resources.

implementation: #585