Skip to content

feedback: Adding instances #882

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
TarantoolBot opened this issue Sep 2, 2019 · 2 comments · Fixed by #897
Closed

feedback: Adding instances #882

TarantoolBot opened this issue Sep 2, 2019 · 2 comments · Fixed by #897
Assignees
Labels
bug Something isn't working

Comments

@TarantoolBot
Copy link
Collaborator

<…>ox.schema.user.create('replicator', {password = 'password'})
|box.schema.user.grant('replicator', 'replication’) -- grant replication role|
box.schema.space.create("test")
box.space.test:create_ind<…>

https://www.tarantool.io/en/doc/2.2/book/replication/repl_add_instances/

` is used instead of ', which lead to an error

@ImeevMA
Copy link

ImeevMA commented Sep 2, 2019

This can be seen in both #adding-a-replica and #adding-a-master

@lenkis lenkis added 1.10 bug Something isn't working labels Sep 4, 2019
@ImeevMA
Copy link

ImeevMA commented Sep 4, 2019

Also, I am not sure if we can use "(" instead of "{" here:

  replication = ('replicator:[email protected]:3301',  -- master URI
                 'replicator:[email protected]:3301',  -- replica #1 URI
                 'replicator:[email protected]:3301'), -- replica #2 URI

https://www.tarantool.io/en/doc/2.2/book/replication/repl_add_instances/#adding-a-replica

izmalk pushed a commit that referenced this issue Sep 5, 2019
Fixed all quotes (some ` and ’ instead of ').
Also fixed replication = ( ) with { }
@izmalk izmalk closed this as completed Sep 5, 2019
lenkis pushed a commit that referenced this issue Sep 9, 2019
Fix gh-875 feedback: Справочник по настройке
Partial Fix for gh-868 Tarantool dependency list was changed
Fix gh-882 feedback: Adding instances
Fix gh-890 feedback: Launching an application
Fix Rus gh-890 feedback: Launching an application
Fix gh-891 feedback: Вложенный модуль box.space
Fix gh-880 feedback: Using a Docker image
Fix gh-894 feedback: Monitoring a replica set
Fix gh-885 gh-886 gh-887 gh-888 gh-889 Модуль vshard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants