-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Service command override stopped working with 1.0.0-rc1 #2054
Comments
This comment was marked as resolved.
This comment was marked as resolved.
ok if the v0.15 had this mentioned in the docs somewhere we have to handle it as breaking change and mention it in the cangelog and provide a migration path |
likely a regression of #1032 |
@ateuber we wont add it back for safety reasons. but you can migrate any service by lookup how the entrypoint in the original image was and combine it into it's services:
database_timescale:
image: timescale/timescaledb:latest-pg15
commands: postgres -c timescaledb.max_background_workers=0 |
|
Thanks @6543, it is working with commands. That was an easy fix. 😆 |
well it just has to be mentioned at the migration docs -> #2056 |
close woodpecker-ci#2054 as we missed at woodpecker-ci#1032 that it was mentioned at one point in the docs and so it was a breaking change
close woodpecker-ci#2054 as we missed at woodpecker-ci#1032 that it was mentioned at one point in the docs and so it was a breaking change
Component
agent
Describe the bug
We use the following services definition with a
command
statement as a workaround for a bug in Timescaledb:If we don't start postgres with this
max_background_workers
setting, Woodpecker is unable to clone the test database.This worked with Woodpecker 0.15.11 and stopped working with Woodpecker 1.0.0-rc1. Have there been any changes regarding this services command override?
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: