-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Refactor docs for database dev services #25403
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will have to wait for #25289 to be adjusted.
quarkus.datasource.devservices.container-properties.TC_MY_CNF=testcontainers/mysql-conf | ||
---- | ||
|
||
PostgreSQL docker images can be configured via docker command (see https://github.com/docker-library/docs/blob/master/postgres/README.md#database-configuration[the official docu]). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PostgreSQL docker images can be configured via docker command (see https://github.com/docker-library/docs/blob/master/postgres/README.md#database-configuration[the official docu]). | |
PostgreSQL Docker images can be configured via a Docker command (see https://github.com/docker-library/docs/blob/master/postgres/README.md#database-configuration[the official documentation]). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took out the whole part. Will be added back during #25289
---- | ||
|
||
PostgreSQL docker images can be configured via docker command (see https://github.com/docker-library/docs/blob/master/postgres/README.md#database-configuration[the official docu]). | ||
For the PostgreSQL Dev Service the command can be set like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the PostgreSQL Dev Service the command can be set like this: | |
For instance, a command could be set like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took out the whole part. Will be added back during #25289
quarkus.datasource.devservices.container-properties.CMD=postgres -c wal_level=logical | ||
---- | ||
|
||
This support is database specific and needs to be implemented in each dev service specifically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part will need adjustments once #25289 is taken care of.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took out the whole part. Will be added back during #25289
b5af980
to
e73631b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay!
Created a separate PR from #25289