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

Refactor docs for database dev services #25403

Merged
merged 1 commit into from
May 19, 2022

Conversation

newur
Copy link
Contributor

@newur newur commented May 5, 2022

Created a separate PR from #25289

@geoand geoand changed the title Refactor docu for database dev services Refactor docs for database dev services May 6, 2022
Copy link
Member

@gsmet gsmet left a 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]).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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]).

Copy link
Contributor Author

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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For the PostgreSQL Dev Service the command can be set like this:
For instance, a command could be set like this:

Copy link
Contributor Author

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

Comment on lines 81 to 76
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.
Copy link
Member

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.

Copy link
Contributor Author

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

@newur newur force-pushed the add-datasource-dev-service-docu branch from b5af980 to e73631b Compare May 13, 2022 15:25
Copy link
Member

@gsmet gsmet left a 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!

@gsmet gsmet merged commit 7e79e27 into quarkusio:main May 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants