Skip to content

Webtop clone action ignores Timezone and other variables #7690

@stephdl

Description

@stephdl

Steps to reproduce

  • Install and configure a webtop module on a node.
  • Perform a clone or move action to another node.

Expected behavior

All environment variables set by the create-module/10env script should be preserved in the new (cloned/moved) webtop module instance.

Actual behavior

Only a subset of environment variables is transferred to the new module instance. The following variables were moved:

  • EJABBERD_MODULE_UUID
  • MAIL_DOMAIN
  • MAIL_MODULE
  • MAIL_MODULE_UUID
  • PECBRIDGE_ADMIN_MAIL
  • PHONEBOOK_INSTANCE
  • USER_DOMAIN_PORT
  • WEBTOP_HOSTNAME

Other environment variables set by the script are missing in the new environment file.

This issue is likely because the clone-module action does not copy environment variables already set by create-module/10env.
see code of clone-action

Components

  • ns8-webtop version: 1.5.3

See also


Metadata

Metadata

Assignees

No one assigned

    Labels

    verifiedAll test cases were verified successfully

    Type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions