Skip to content

AgID/wai-matomo-plugin-ResetDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matomo WAIResetDatabase Plugin

Description

This plugin provides a console command that allows you to delete all tables and reimport them from the dump.

Installation

Refer to this Matomo FAQ.

Usage

Put the dump files in the sql folder.

You can specify more than one dump file.

An absolute or relative path can be specified.

Execute the command like:

./console reset-database --dump="/path/to/dump.filename.first.sql" --dump="../path/to/dump.filename.second.sql"