mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
fixing doc refs for cgr-migrate from migrate to exec
This commit is contained in:
committed by
Dan Christian Bogos
parent
23deb84f9d
commit
9841dfc7eb
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user