Allow DDL before box.schema.upgrade
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Dev. issue: https://github.com/tarantool/tarantool/issues/10520
Product: Tarantool
Since: 3.3
Root document:
- https://www.tarantool.io/en/doc/latest/admin/upgrades/
- https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/upgrade/#box-schema-upgrade (?)
SME: @ Serpentian
Details
From now on, DDL before schema upgrade is allowed for schema versions >=
2.11.1 (previously it was forbidden in 3.0.0 release). In documentation
we need to create a list of features, which are forbidden until some
versions. Current state:
- DDL before box.schema.upgrade - forbidden until 2.11.1
- Persistent names - forbidden until 2.11.5
- Persistent triggers - forbidden until 3.1.0
Requested by @Serpentian in https://github.com/tarantool/tarantool/commit/aeb53caa95f87b45d52a163701f07217481ee759.
Contributor guide
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.
Research direction
Start with the admin upgrades page and the box.schema.upgrade reference linked in the issue, then inspect how version restrictions are currently documented. Update the documentation to reflect DDL being allowed before box.schema.upgrade from 2.11.1 and to list the stated restrictions for persistent names and triggers; done means the versioned feature list is complete and consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100