Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Documentation bug report
On https://learn.liferay.com/w/dxp/installation-and-upgrades/reference/database-templates
the JDBC string contains double quotes which is incorrect.
Kind regards.
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.