You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Issue #361 inspired me on the thought to create a fixed piece of ml-config that would add replica forests for all built-in databases. It could be deployed using:
./ml local bootstrap --replica-internals
To uninstall:
./ml local wipe --replica-internals
Slightly more challenging: replacing existing forests with forests-by-count across all hosts. Wiping them should retire them, and push everything back into a forest on the master host..
The text was updated successfully, but these errors were encountered:
$ ./ml local bootstrap --replicate-internals
Enabling replication for App-Services,Documents,Extensions,Fab,Last-Login,Meters,Modules,Schemas,Security,Triggers on vgtest-ml1...
... Bootstrap Complete
$ ./ml local wipe --internal-replicas
Wiping replicas for App-Services,Documents,Extensions,Fab,Last-Login,Meters,Modules,Schemas,Security,Triggers from vgtest-ml1..
... Wipe Complete
PR #384 needs to be merged first though, so that I can rebase to dev..
grtjn
added a commit
to grtjn/roxy
that referenced
this issue
Apr 13, 2015
Issue #361 inspired me on the thought to create a fixed piece of ml-config that would add replica forests for all built-in databases. It could be deployed using:
To uninstall:
Slightly more challenging: replacing existing forests with forests-by-count across all hosts. Wiping them should retire them, and push everything back into a forest on the master host..
The text was updated successfully, but these errors were encountered: