diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,7 @@ Available scripts: ``` db_create db_populate +db_fast_populate db_start db_stop ``` @@ -22,6 +23,9 @@ db_stop The start/stop scripts assume that you're using systemd. If not, just start/stop the mariadb service manually. +db_fast_populate is a non-tested experimental alternative that +attempts to use a backup sql file to create the database. + ## Changes ### Single parameters ONLY You can only search a parameter at a time. |