On Wed, Mar 1, 2023 at 12:11 PM Rolf Zurbrügg <[email protected]> wrote: > > Hi Manuel, > > It seems, like your are not running the init script for the DB. Have you > tried running this: > > ``` > docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql > > guac_db.sql > ``` > From the error it seems as if your DB is not initialised. >
Just make sure to use the --postgres option, instead. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
