Skip to content

Commit 8313c67

Browse files
docs: add upgrade details for new invenio-jobs feature
1 parent 3a184ab commit 8313c67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/releases/vNext/upgrade-vNext.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ However, if your `oauthclient_remoteaccount` table has more than ~50k rows and y
111111
To avoid issues in such cases, we recommend instead running the migration manually.
112112
Please follow [the upgrade guide](https://invenio-oauthclient.readthedocs.io/en/latest/upgrading.html#v6-0-0).
113113

114+
115+
### Invenio Jobs Edit arguments
116+
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.
117+
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.
118+
114119
#### Upgrade option 1: In-place
115120

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

0 commit comments

Comments
 (0)