Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config.ini.php file not getting reflected #19523

Closed
Prithivi-Rajan opened this issue Jul 13, 2022 · 1 comment
Closed

Config.ini.php file not getting reflected #19523

Prithivi-Rajan opened this issue Jul 13, 2022 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it. Likely a server config issue Indicates that the issue is not in Matomo and a fix likely requires a server configuration change.

Comments

@Prithivi-Rajan
Copy link

We are currently running the Matomo as a container in AWS ECS. Now, I’m trying to update the config.ini.php file and get that pushed via Dockerfile. But for some reason the setup works in my local environment and same doesn’t work in AWS ECS.

Expected Behavior

Values in config file should work

[General]
datatable_archiving_maximum_rows_actions = 10000
datatable_archiving_maximum_rows_referrers = 10000

Current Behavior

Values in config file is not getting updated.

datatable_archiving_maximum_rows_actions = 500
datatable_archiving_maximum_rows_referrers = 1000

Possible Solution

Steps to Reproduce (for Bugs)

Context

Your Environment

  • Matomo Version: 3.13.5
  • PHP Version:
  • Server Operating System: AWS ECS
  • Additionally installed plugins:
  • Browser: Chrome
  • Operating System:
@Prithivi-Rajan Prithivi-Rajan added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Jul 13, 2022
@bx80
Copy link
Contributor

bx80 commented Jul 13, 2022

Hi @Prithivi-Rajan, it seems likely that this issue is related to your Dockerfile / ECS setup. Unfortunately we cannot provide support for this via github, however you might be able to find further assistance in our forums here: https://forum.matomo.org/ or via a paid support plan https://matomo.org/support-plans/

@bx80 bx80 closed this as completed Jul 13, 2022
@bx80 bx80 added Likely a server config issue Indicates that the issue is not in Matomo and a fix likely requires a server configuration change. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Jul 13, 2022
@justinvelluppillai justinvelluppillai added the answered For when a question was asked and we referred to forum or answered it. label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. Likely a server config issue Indicates that the issue is not in Matomo and a fix likely requires a server configuration change.
Projects
None yet
Development

No branches or pull requests

3 participants