citusdata / citusdata/citus_docs
Downgrade citus gives error.
- Dominant language
- CSS
- Stars
- 58
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Trying to downgrade citus from 11.1.4 to 10.2.7 gives error.
At first, We've upgraded citus from 10.2.7 to 11.1.4 successfully.
When We're trying to downgrade with the install-downgrades, the following error occurs:
2022-12-09 09:55:05.816 UTC [32593] ERROR: extension "citus" has no update path from version "11.1-1" to version "10.2-5"
2022-12-09 09:55:05.816 UTC [32593] STATEMENT: alter extension citus update;
Steps to reproduce:
1. Download and extract source code of 10.2.7 and 11.1.4 versions
2. Change directory to citus-10.2.7 and install binaries through: make, make install
3. Change directory to citus-11.1.4 and install downgrade script through: make, make install-downgrades
4. Restart postgresql service and run the extension upgrade script: ALTER EXTENSION citus UPDATE;
Contributor guide
Assessment
This issue has not been assessed yet.