Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project configuration didn't update after change project.properties #1105

Open
qwe765 opened this issue Oct 24, 2022 · 0 comments
Open

Project configuration didn't update after change project.properties #1105

qwe765 opened this issue Oct 24, 2022 · 0 comments

Comments

@qwe765
Copy link

qwe765 commented Oct 24, 2022

Hello, guys!

I have an issue with updating project configuration. After I've updated parameter resources.source.1.config.file in project.properties and restart rundeck configuration for "Script File Path" in project in Web UI didn't change. I see in database old value. It looks like config didn't apply to database. If I change this parameter via Web UI, it works good, value change in database and Web UI. Can someone tell me, what I do wrong?

Rundeck version - 3.4.10
MySQL version - 10.3.36 (the same issue with H2 database)

/etc/rundeck/rundeck-config.properties

loglevel.default=INFO
rdeck.base=/var/lib/rundeck

#rss.enabled if set to true enables RSS feeds that are public (non-authenticated)
rss.enabled=false
# change hostname here
grails.serverURL={rundeck_URL}
dataSource.dbCreate = update
dataSource.url = jdbc:mysql://{RDS MySQL endpoint}/rundeck?autoReconnect=true&useSSL=false
dataSource.username={DB user}
dataSource.password={DB pass}
dataSource.driverClassName=org.mariadb.jdbc.Driver

rundeck.log4j.config.file = /etc/rundeck/log4j.properties
rundeck.feature.repository.enabled=true
server.useForwardHeaders=true

# optimize for bit number of concurrent threads
quartz.props.threadPool.threadCount = 1000

#notification settings
grails.mail.default.from={rundeck mail}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant