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
fwilhe
changed the title
CI Infra: Properly setup the Database
CI Infra: Properly setup the Database without re-running ingestion all the time
Sep 16, 2024
I would recommend that in the context of this task and covering our development needs (no production usage):
Adopt a helm chart based on the standard ones available online without HA (e.g. Bitnami prepped this one).
Deploy clean DB instance in our development cluster that is available only within the context of the namespace and not exposed to the public internet in any way.
Setup the cron job and let it run first time for a full data load (long).
Take a database SQL backup for local needs and document how the database dump could be downloaded and re-imported in local database.
Let the cron job continue to run daily for delta loads (short).
Occasionally (e.g. monthly?) update the database dump file backup for local development work.
Currently there are 2 ways how glvd can be setup in the CI infra
We should look into proper backup/restore concepts for databases, for example with this helm chart
The text was updated successfully, but these errors were encountered: