rlueckl
rlueckl
Unfortunately I can't find out which Confluence versions support `accountId`. Here's a list of supported Confluence versions: https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html And here are the docs to the current (7.3.3) **Confluence Server** API...
Sorry, this goes a little bit above my head. :smile: As far as I understand https://datatracker.ietf.org/doc/html/rfc5280#section-5.2.7 multiple certificates are possible and can be used to validate the chain (as you...
FYI: I just updated to 5.2.0 and the problem still exists.
Hi @MegaDrive68k , yes, this is a very old Rundeck installation. It has been upgraded since 2.x with `apt`. That's also the reason for us using `rundeck-config.groovy`. ``` # cat...
Thanks, but I'd prefer not to loose years of deployment history if possible.
@MegaDrive68k Since apparently I'm not the only one with this problem, could you please take another look? My very limited Postgres knowledge says that your `ALTER TABLE` statement should contain...
@MegaDrive68k @gschueler Any news/updates on this issue? 4.17.3 was released yesterday, but still no fix for this as far as I can see.
> @rlueckl If you have the database in the state before the upgrade attempt, you can try changing dbCreate config to `none` instead of `update`. If the database is in...
Small update: it's possible to delete old (pre-4.17) jobs, when also selecting to delete all executions of the job. The exception only appears when I'm trying to delete an old...
Updating to 5.1.2 I'm now able to delete pre-4.17 jobs without deleting their history/activity log. So I guess everything works now.