Unknown opened 7 years ago
|
|
%Daniel , please test above with MySQL and 7.1.2 version using web installer. |
|
%kobit I'm pondering whether we should or not enable auto-creation of accounts in mailhandler script - currently if someone submits a ticket via e-mail it's marked as anonymous and we have no way () of getting more information (like MySQL version). Yes, it would cause more accounts in the system (but we already expect to have way more than those anonymous submissions) and the hyperbole I used () is not that handy (going through the logs or accessing fastmail support account gets in a way a bit). |
|
%wojtek yes, exactly my thoughts. I think we should at least try it. My only concern and hesitation for this is the spam would create lots of new spammer accounts. But, yes, please go ahead and enable it. |
|
Artur Hefczyc wrote:
I've enabled it and configured it to add users to FromMail group. While at it I also simplified setup to point it directly ruby script. |
|
Great, thank you. |
|
When using v5.7.x MySQL with this older version, it has an issue with performance_template, and when running an exiting installation, or installing a new one this error occurs:
users of mysql using this should run
I think this should be added to documentation in latest version of v7.1.x After this upgrade installing db on mysql and running Tigase operates as expected. I did not see errors in description as database initialization worked fine with web installer. |
|
Dan, good idea - please include this in our documentation (both sample error and the solution to the problem) for version 7.1.x ( |
|
Added to documentation with error presented and solution, both master and stable branches are updated within the dbschemaloader documentation pages. Close ticket if changes are acceptable. |
|
Looks good, thank you! |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
6753
|
Version |
tigase-server-7.1.4
|
Spent time |
17h 30m
|
i download
tigase-issue #7.1.2-b4471-dist-max.tar.gz
and i configure in web.
then i configure script ./scripts/redhat/init.d/tigase start etc/tigase.conf and etc/tigase.conf
then i start tigase with
./scripts/redhat/init.d/tigase start etc/tigase.conf
console show me
then i find relative info and i do sth below
console shows that
tig_pairs pid duplicate, invalid database schema
so i comment this wrong statement, and run again, then success.
and i run
then i restart tigase. it still ask me for update.
i try did not comment that wrong statement. tigase start success but i cant register user with spark and the console always show me
Couldn‘t obtain user repository for domain: vhost-manager, not even default one!
please help, thanks