Hi Everyone,
We recently began a migration from OracleDB to Postgres in our environment with our Rundeck VM. I exported the project archives for both of the projects we had, and am now trying to import them in on the postgres DB. This is where I'm running into issues.
The first project imported using the "Import Archive" after a minute or so and went fine (beyond some jobs missing execution history, but that's a different issue). However, the larger of the two projects is failing to import properly. Every time I've attempted to import via the Web UI; it times out after about a minute or so (Gateway 504 Timeout).
We are using Nginx as a web proxy, so I've tried adjusting our Nginx config to allow for a longer timeout. Despite changing this, it continually times out at about the same point each time. Is there an internal timeout for Rundeck I need to adjust?
I've also tried using the CLI, but it's indicating our API version is out of date. (Is this controlled by something other than just the rundeck version?)
Any help would be appreciated. Thanks!