Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore glvd db from backup to avoid need for running ingestion job on new cluster setup #108

Closed
fwilhe opened this issue Sep 18, 2024 · 1 comment · Fixed by gardenlinux/glvd-contrib#13
Assignees
Milestone

Comments

@fwilhe
Copy link
Member

fwilhe commented Sep 18, 2024

As Garden Linux engineer, I would like to be able to start with a pre-populated vulnerability database in order to have a faster delta-update during my development.

Relevant for #76

@fwilhe fwilhe self-assigned this Sep 18, 2024
fwilhe added a commit to gardenlinux/glvd-contrib that referenced this issue Sep 18, 2024
@fwilhe
Copy link
Member Author

fwilhe commented Sep 18, 2024

note: this can be run via (take note to adapt the host and password variables:

kubectl run init-pg --image=ghcr.io/gardenlinux/glvd-postgres-init:latest --restart=Never --env=PGHOST=glvd-database-0.glvd-database --env=PGPASSWORD=change-me

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

Successfully merging a pull request may close this issue.

2 participants