[
https://issues.apache.org/jira/browse/GUACAMOLE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632572#comment-17632572
]
Mike Jumper commented on GUACAMOLE-1715:
----------------------------------------
The image appears to work as expected:
{code:none}
$ sudo docker run --rm guacamole/guacamole:1.4.0 /opt/guacamole/bin/initdb.sh
--mysql
Unable to find image 'guacamole/guacamole:1.4.0' locally
1.4.0: Pulling from guacamole/guacamole
0e29546d541c: Pull complete
9b829c73b52b: Pull complete
cb5b7ae36172: Pull complete
6494e4811622: Pull complete
668f6fcc5fa5: Pull complete
c0879393b07e: Pull complete
bef50c41a74d: Pull complete
0bcabf45ee90: Pull complete
6e2e221e1126: Pull complete
57f0208b026f: Pull complete
cfd0c87190bd: Pull complete
bba13cfae7b5: Pull complete
efae9ad70509: Pull complete
9ef561ddb962: Pull complete
Digest: sha256:42961936fd41403744393a8cc0b9af443a2e1053c9f2c191edd70eeb9280a397
Status: Downloaded newer image for guacamole/guacamole:1.4.0
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
-- distributed with this work for additional information
-- regarding copyright ownership. The ASF licenses this file
-- to you under the Apache License, Version 2.0 (the
-- "License"); you may not use this file except in compliance
-- with the License. You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing,
-- software distributed under the License is distributed on an
-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-- KIND, either express or implied. See the License for the
-- specific language governing permissions and limitations
-- under the License.
--
--
-- Table of connection groups. Each connection group has a name.
--
CREATE TABLE `guacamole_connection_group` (
[... Remainder of SQL script omitted for sake of JIRA ...]
$
{code}
If you're still having issues with this, please request assistance on the
[email protected] mailing list. There does not appear to be a bug. See:
https://guacamole.apache.org/support/#mailing-lists
> docker run --rm guacamole/guacamole:1.4.0 /opt/guacamole/bin/initdb.sh >
> guac_db.sql
> -------------------------------------------------------------------------------------
>
> Key: GUACAMOLE-1715
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1715
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole
> Affects Versions: 1.4.0
> Environment: ubuntu with docker newest version
> Reporter: Ronny Wolf
> Priority: Minor
> Labels: Guacamole, docker
>
> Hello,
> I want to install Guacamole and get an error when using the following command.
> docker run --rm guacamole/guacamole:1.4.0 /opt/guacamole/bin/initdb.sh
> --mysql > guac_db.sql
> Error:
> cat guac_db.sql
> Bad database type: --mysql
> USAGE: /opt/guacamole/bin/initdb.sh [--postgres | --mysql]
> Am I using the command incorrectly? What have I overlooked?
> With kind regards
--
This message was sent by Atlassian Jira
(v8.20.10#820010)