RE: Documentation bug report

Olaf Kock, modified 8 Months ago. New Member Post: 1 Join Date: 2/17/25 Recent Posts

On https://learn.liferay.com/w/dxp/installation-and-upgrades/reference/database-templates the JDBC string contains double quotes which is incorrect.

Kind regards.

thumbnail
Olaf Kock, modified 8 Months ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

Hi Jan,

if you refer to the Docker environment parameters, the quotes are likely escaping the shell's interpretation of the contained & (and potentially other) characters. This way you can copy/paste the lines right into your shell, otherwise you'd have to escape the individual \&, which also looks weird.