fixing doc refs for cgr-migrate from migrate to exec

This commit is contained in:
Anthony Somerset
2019-06-19 08:05:21 +02:00
committed by Dan Christian Bogos
parent 23deb84f9d
commit 9841dfc7eb
4 changed files with 13 additions and 13 deletions

View File

@@ -158,7 +158,7 @@ Once database setup is completed, we need to write the versions data. To do this
Sample usage for MySQL:
::
cgr-migrator -stordb_passwd="CGRateS.org" -migrate="*set_versions"
cgr-migrator -stordb_passwd="CGRateS.org" -exec="*set_versions"
3.3.3.Git

View File

@@ -43,7 +43,7 @@ As described in post-install section, we will need to set up the MySQL_ database
Once the database is in place, we can now set versions:
::
cgr-migrator -stordb_passwd="CGRateS.org" -migrate="*set_versions"
cgr-migrator -stordb_passwd="CGRateS.org" -exec="*set_versions"
At this point we have **CGRateS** installed but not yet configured. To facilitate understanding and speed up the process, **CGRateS** has the configurations used in these tutorials available in the */usr/share/cgrates/tutorials* folder.