cloud: Support specifying the database schema to deploy
@octonawish-akcodes is already working on this.
Since Mar 14, 2023.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.