CHANGELOG upgrade guide recommends running index migration manually for large tables. After that, "normal" river migration should be run to finalize the process.
The problem is that the existing index is tolerated, but the existing column is not, which results in the following error:
column "unique_states" of relation "river_job" already exists
CHANGELOG upgrade guide recommends running index migration manually for large tables. After that, "normal" river migration should be run to finalize the process.
The problem is that the existing index is tolerated, but the existing column is not, which results in the following error: