Denis Gukov
Denis Gukov
@felixlabrot do you see `access_key_encryption` in your `config.json`?
@felixlabrot sorry for this. I will try to reproduce the issue.
@felixlabrot Why you recreated all templates/repos/variables if had problem only with key store? You just need update existing keys! Thats all! I just tested. Only one reason for this error:...
> After my research this seems to be a years old permanent bug @felixlabrot if you mean this issue https://github.com/semaphoreui/semaphore/issues/2261 - you can find it was solved but not closed.
@felixlabrot You can use export/import of the project to not recreate each resource.
> @fiftin Please tell me are there any chances to fix this bug soon? The change proposed by @jriberg looks reasonable, maybe there could also be an option not to...
It looks like some migration issue.
@jeroenrnl > There was a comment by @als5 that suggested manually deleting an index, but the comment is gone now, was it removed because it is not a good solution?...
I tested this migration many times and it works fine. How many records do you have in `task__output`? I tested on 9M records and it works fine.
@jeroenrnl so, the index wasn't created. Just for test, can you create it manually? ``` create index task__output_time_idx on task__output (time); ``` I have no idea what the problem is...