Alfresco 7.0 fails when selecting MariaBD, using default configs...
The following error occurs:
ERROR: yaml.scanner.ScannerError: while scanning a double-quoted scalar
in "./docker-compose.yml", line 26, column 25
found unknown escape character '&'
in "./docker-compose.yml", line 31, column 71
Seems that it's having a problem with that \&-Ddb.url=jdbc:mysql://mariadb/alfresco?useUnicode=yes\&characterEncoding=UTF-8
Must be related to the fact that when installing 7.0 JAVA_OPTS uses a " character to contain the code instead of a ' that's used in 6.2? I can't figure out how to solve it.
Alfresco 7.0 fails when selecting MariaBD, using default configs...
The following error occurs:
Seems that it's having a problem with that
\&
-Ddb.url=jdbc:mysql://mariadb/alfresco?useUnicode=yes\&characterEncoding=UTF-8
Must be related to the fact that when installing 7.0 JAVA_OPTS uses a
"
character to contain the code instead of a'
that's used in 6.2? I can't figure out how to solve it.Thank you all.