kernelci / kernelci/kcidb

cloud: Support specifying the database schema to deploy

Open
#372 2 comments 0 reactions 1 assignee View on GitHub

@octonawish-akcodes is already working on this.

Since Mar 14, 2023.

good second issue
Dominant language
Python
Stars
26
Forks
40
PR merge metrics
No merged PRs in 30d

Description

At the moment the cloud tool doesn't specify the version of the schema to initialize the databases to, when deploying, so the databases get initialized to the latest version. Add support for specifying the schema version using a command-line option with the cloud deploy command. E.g. --schema VERSION, similar to the kcidb-db-init tool used for actual initialization.

This will make it easier to make deployments with older schema versions, for testing upgrades, and reproducing issues with existing (older-schema) deployments.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.