Tarantool v2.3 support -> No space _procedure
zilveer opened this issue · 1 comments
Hi,
I have updated to the latest Tarantool v2.3.0-107-ga377aaa9c (I do know that this it is only the development branch but I am using it for testing purpose).
However, when I was using v2.2 I had no problems creating procedures according to the example given at: ProcedureTest.php
But after upgrading to Tarantool v2.3 and purging all data I get the following error message:
No space _procedure
Any kind of help is appreciated.
regards Zilveer
Sorry, this can be closed, somehow Tarantool didnt grant all the previlegies to my user.
But the returned error message confused me, it should instead throw something like
The Tarantool user xxx has not privileges enough for creating the space _procedure
or something similiar.
Regards