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

Details of data folders #15782

Closed
TylerMiller-TomTom opened this issue Apr 6, 2020 · 1 comment
Closed

Details of data folders #15782

TylerMiller-TomTom opened this issue Apr 6, 2020 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@TylerMiller-TomTom
Copy link

We intend to run multiple instances of Matomo, due to this we're interested in using remote volumes for storing things like configs and settings. I know there's a 'config' folder from looking through the file-system after installing, however I haven't had time to go over every setting in Matomo and see where it is stored on the file system. We don't want to mount our remote storage as the entire html folder, preferably keeping all the core files locally on the system, and we also don't care to store the cached version of the stats that is created by the cronjob.

The question I then ask is if details on which folders are used to store the various settings for Matomo. I expect a good portion of it to be store in the database, but other than the 'config' folder are there any other folders that are used to store settings/configurations site wide or per tracked site?

@tsteur
Copy link
Member

tsteur commented Apr 6, 2020

@warrentmills such questions we usually only answer in forum but not in issue tracker where we only handle feature requests and bug reports. Here's the link: https://forum.matomo.org/

Anyway. You want to put the misc/user folder into a mounted remote value where eg an uploaded brand image is stored. You should also be able to move the config file there eg mv config/config.ini.php misc/user/mydomain.example.org/config.ini.php.

Simply replace the domain with your actual hostname/domain. This should be it.

@tsteur tsteur closed this as completed Apr 6, 2020
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Apr 6, 2020
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.
Projects
None yet
Development

No branches or pull requests

2 participants