You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appeared that configuring config.php.default would be the easiest approach to pass in a $config['base_url'] property to Observium.
In order to push config.php.default the whole /opt/observium directory needs to be populated. Which looked to be a simple wget. Unfortunately, with Observium CE 17.9.8859 this is no longer possible.
It appeared that configuring
config.php.default
would be the easiest approach to pass in a $config['base_url'] property to Observium.In order to push
config.php.default
the whole /opt/observium directory needs to be populated. Which looked to be a simplewget
. Unfortunately, with Observium CE 17.9.8859 this is no longer possible.Without this execution, the database cannot initialize the expected schema.
Running
cd /opt/observium/ && ./discovery.php -u
appears to work as expected.REFERENCE:
docker-containers/observium/mariadb.sh
Line 28 in b22144e
The text was updated successfully, but these errors were encountered: