Skip to content

Commit 54a1ed1

Browse files
docs: add upgrade details for new invenio-jobs feature
1 parent 8f63ad9 commit 54a1ed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/releases/vNext/upgrade-vNext.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ else:
263263
click.secho(f"⚠ Warning: {final_pending} documents still pending", fg="yellow")
264264
```
265265

266+
### Invenio Jobs Edit arguments
267+
To use the new edit arguments of a job feature, there is a need to apply the [`invenio_jobs@1757597048` alembic migration](https://github.com/inveniosoftware/invenio-jobs/pull/110/changes#diff-b84187fef205a8a3512a7a379ab20e96b18948a29f555bbbd57aa735514b9551), or just `invenio alembic upgrade` if you're doing a full upgrade.
268+
This should add the new `run_args` column to the `jobs_job` table where the final arguments of the Job will be stored, if edited.
269+
266270
#### Upgrade option 1: In-place
267271

268272
This approach upgrades the dependencies in place. At the end of the process,

0 commit comments

Comments
 (0)