We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related docs. issue(s): #3847
Product: Tarantool Since: 3.0 Root document: https://www.tarantool.io/en/doc/latest/book/admin/start_stop_instance/ SME: @ Totktonada
Example
tt configuration structure:
└── instances.enabled └── app ├── config.yaml └── instances.yml
config.yaml:
config.yaml
credentials: users: replicator: password: 'topsecret' roles: [replication] client: password: 'secret' roles: [super] iproto: advertise: peer: replicator@ replication: failover: election groups: group-001: replicasets: replicaset-001: instances: instance-001: iproto: listen: 127.0.0.1:3301 instance-002: iproto: listen: 127.0.0.1:3302 instance-003: iproto: listen: 127.0.0.1:3303
instances.yaml:
instances.yaml
app.instance-001: app.instance-002: app.instance-003:
Run app:
tt start app
The text was updated successfully, but these errors were encountered:
https://docs.d.tarantool.io/en/doc/3.0/book/admin/start_stop_instance/
Sorry, something went wrong.
andreyaksenov
Successfully merging a pull request may close this issue.
Related docs. issue(s): #3847
Product: Tarantool
Since: 3.0
Root document: https://www.tarantool.io/en/doc/latest/book/admin/start_stop_instance/
SME: @ Totktonada
Example
tt configuration structure:
config.yaml
:instances.yaml
:Run app:
The text was updated successfully, but these errors were encountered: