Wade Barnes

Results 405 comments of Wade Barnes

The default image for the backup container does not contain the PostGIS plugin. You would need to add the plugin to the image. Refer to what @garywong-bc did for [bcgov/openshift-postgresql-oracle_fdw](https://github.com/bcgov/openshift-postgresql-oracle_fdw),...

Feel free to submit a PR with your changes once you've completed your testing.

I find it strange that the database can't even start using the startup scripts supplied with the container. Is an unmodified version of the `mariadb` container able to startup in...

I pulled the latest `registry.fedoraproject.org/f31/mariadb` and it starts up fine in docker. That image is 16 months old.

My theory is `registry.fedoraproject.org/f31/mariadb` has never been able to start in OCP4. That should be the next thing to verify. As a test you could modify the `matomo-db` configurations to...

> https://stackoverflow.com/questions/4448467/cant-connect-to-local-mysql-server-through-socket-var-lib-mysql-mysql-sock > `localhost` seems to be the issue. When localhost is used mysql tries to connect through the daemon sock file (which doesn't exist). Changing it to `127.0.0.1` may...

The underlying issue is the fact the server is not starting in the first place: ``` sh-5.0$ rm -rf /var/lib/mysql/data/* sh-5.0$ /usr/libexec/s2i/run => sourcing 20-validate-variables.sh ... => sourcing 25-validate-replication-variables.sh ......

Other container options: - https://hub.docker.com/r/mysql/mysql-server - https://catalog.redhat.com/software/containers/search?q=mariadb

Some further investigation into this: The underlying issue is the permissions of the files in the `/etc/my.cnf.d/` folder, leading to the `Warning: World-writable config file '/etc/my.cnf.d/' is ignored` messages. The...

Source for the container is here; https://github.com/sclorg/mariadb-container