Sixth Column: Difference between revisions
No edit summary |
No edit summary |
||
Line 87: | Line 87: | ||
start_cqlsh.sh | start_cqlsh.sh | ||
import_customers.sh | import_customers.sh | ||
|} | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! DB schema RESET | |||
|- | |||
| | |||
m@melange cd ~/development/sixth_column/OMSLib/cassandraApi | |||
java -cp OMSLib.jar:lib/* com.osii.oms.utilities.DatabaseUtility localhost initialize | |||
# a bunch of cassandra stuff should happen :-) | |||
java -cp OMSLib.jar:lib/* com.osii.oms.utilities.DatabaseUtility localhost schemapopulate ../../svn/OMS/trunk/oms-core-services-play/modules/osiCassandra/scripts/osi_schema.json | |||
|} | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! Core application.conf resync | |||
|- | |||
| Check this stupid file if things go wrong, it's one of the common ways that core gets broken. | |||
| To fix, update teh model-specific conf files to match the base. | |||
|} | |} | ||