Skip to content

[Config] Update the 'Instance configuration' guide to using a new config #3673

New issue

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

Closed
Tracked by #3544
andreyaksenov opened this issue Sep 1, 2023 · 2 comments · Fixed by #3928
Closed
Tracked by #3544

[Config] Update the 'Instance configuration' guide to using a new config #3673

andreyaksenov opened this issue Sep 1, 2023 · 2 comments · Fixed by #3928
Assignees

Comments

@andreyaksenov
Copy link
Contributor

andreyaksenov commented Sep 1, 2023

Product: Tarantool
Since: 3.0
Root document:

SME: @ Totktonada

See also:

Example

Unpacked application structure (packaged using tt pack):

/home/testuser/myapp
├── bin
│   ├── tarantool
│   └── tt
├── instances.enabled
│   └── sharded_cluster -> ../sharded_cluster
├── sharded_cluster
│   ├── .rocks
│   │   └── share
│   │       └── ...
│   ├── config.yaml
│   ├── instances.yaml
│   ├── router.lua
│   ├── sharded_cluster-scm-1.rockspec
│   └── storage.lua
└── tt.yaml

See also: https://docs.google.com/document/d/1fOaD9_084CiQ_PrlpNrvjhrK9P3zaKgRf54fU8ZKJ4I/edit

@andreyaksenov
Copy link
Contributor Author

andreyaksenov commented Dec 12, 2023

TT_PRELOAD note: also works for tt

TT_PRELOAD=before_myapp.lua tt start application

Looks like this section should be moved to Starting and stopping instances.

@andreyaksenov
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant