Search found 6 matches

by ritacc
15 Mar 2021, 20:40
Forum: Help
Topic: Please help! backup.pl failed ./var/log/Daemon: file changed as we read it
Replies: 1
Views: 1122

Re: Please help! backup.pl failed ./var/log/Daemon: file changed as we read it

OK, I fixed it by adding one exclusion to backup.pl
my $Excludes = "--exclude=var/tmp --exclude=js-cache --exclude=css-cache --exclude=.git --exclude=/opt/otrs/var/log/Daemon";
by ritacc
15 Mar 2021, 02:44
Forum: Help
Topic: Please help! backup.pl failed ./var/log/Daemon: file changed as we read it
Replies: 1
Views: 1122

Please help! backup.pl failed ./var/log/Daemon: file changed as we read it

Hi, I wanted to shutdown my services and daemon, and do a backup, but it has error that "./var/log/Daemon: file changed as we read it" The /opt/otrs/var/log/Daemon generate new error logs multiple times every minutes, though I stop all the services and cron job. This error didn't happen be...
by ritacc
25 Feb 2021, 01:12
Forum: Help
Topic: Error during Backup
Replies: 5
Views: 2086

Re: Error during Backup

Hi, I have the same error when running backup.pl: mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces According to the previous post, I tried "/opt/otrs/scripts/backup.pl --no-tablespaces -d /home/otrs_backups...
by ritacc
19 Feb 2021, 23:42
Forum: Help
Topic: upgrade to otrs 6.0.30, cannot login as root@localhost
Replies: 6
Views: 4402

Re: upgrade to otrs 6.0.30, cannot login as root@localhost

Hello again, The good news is that when I login as my ldap username, I am the admin now, and I can see the open ticket and all the previous tickets. Everything seems to work now, except that I still cannot login as root@localhost. But the thing is that I haven't changed anything about the server, an...
by ritacc
16 Feb 2021, 04:36
Forum: Help
Topic: upgrade to otrs 6.0.30, cannot login as root@localhost
Replies: 6
Views: 4402

Re: upgrade to otrs 6.0.30, cannot login as root@localhost

Hi Roy,
I installed mysql 5.7.32

Thanks,
Rita
root wrote: 12 Feb 2021, 08:24 Hi,

What type of database and version do you use?

- Roy
by ritacc
12 Feb 2021, 01:34
Forum: Help
Topic: upgrade to otrs 6.0.30, cannot login as root@localhost
Replies: 6
Views: 4402

upgrade to otrs 6.0.30, cannot login as root@localhost

Background: We have a production otrs 6.0.6, and now we want to upgrade to otrs 6.0.30. Since the document says “You can update directly from any previous to the latest available patch level release.” (https://doc.otrs.com/doc/manual/admin/6.0/en/html/updating.html) I assume there is no database str...