Vivek Singh

Results 56 comments of Vivek Singh

Hi @laurentiusoica , Is this still relevant to you? Do you have use case to use this feature as soon as we add it, or you had a use case...

The only option right now would be to take application aware backup using database specific utilities for example `mysqldump` etc.

Looks good to me, while documenting we can also mention some use cases.

> @viveksinghggits should we review and get this in? this PR is not actually ready. there are some things that I am still not sure of even after talking to...

By looking at this figure ![image](https://github.com/kanisterio/kanister/assets/19333642/57663c17-4130-431c-a02b-25b0ab93434c) I thought that `go mod` is taking too much time (14m) and maybe we should try to cache the deps. But after further looking...

Most of the time is being taken by either upload/download-artifact step or while pulling our build image. ``` - uses: actions/upload-artifact@v3 with: name: src path: ./src.tar.gz ``` We should see...