citusdata / citusdata/citus_docs

Downgrade citus gives error.

Open
#1,070 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.