Skip to content

Migration from openenergymonitor/emoncms image #29

Open
@Leen15

Description

@Leen15

Hello,
I'm currently running openenergymonitor/emoncms:11.3.24 on a kubernetes cluster, with separated containers for external services (like mysql).
It looks like the image I'm using is no longer supported and emoncms suggests to move to this one.
Is it something I can do just using this new docker image without changing my setup?

Thanks.

This is my conf:

# MySQL database
MYSQL_HOST=[redacted]
MYSQL_PORT=3306
MYSQL_DATABASE=emoncms
MYSQL_INITDB_SKIP_TZINFO=true
MYSQL_USER=[redacted]
MYSQL_PASSWORD=[redacted]
# Redis
REDIS_ENABLED=false
# MQTT
MQTT_ENABLED=false
# Feed
PHPFINA_DIR=/var/opt/emoncms/phpfina/
PHPTIMESERIES_DIR=/var/opt/emoncms/phptimeseries/

PRODUCTION=true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions