Closed Patrick-L closed 4 years ago
Hi,
When running the backup process all services are stopped before running the backup process and then restarted. I just tested the latest image and they are working fine:
otrs_1 | Jun 13 13:32:01 3c4d1c6156e1 CROND[139]: (root) CMDOUT ([2020-06-13_13-32] Starting OTRS backup for host support.apukay.com...)
otrs_1 | Jun 13 13:32:01 3c4d1c6156e1 CROND[139]: (root) CMDOUT (#033[46m[INFO]#033[0m Stopping all OTRS services...)
otrs_1 | 2020-06-13 13:32:02,015 INFO waiting for httpd to stop
otrs_1 | 2020-06-13 13:32:02,015 INFO waiting for crond to stop
otrs_1 | 2020-06-13 13:32:02,015 INFO waiting for rsyslog to stop
otrs_1 | 2020-06-13 13:32:02,019 INFO stopped: crond (exit status 0)
otrs_1 | 2020-06-13 13:32:02,026 INFO stopped: rsyslog (exit status 0)
otrs_1 | [Sat Jun 13 13:32:02.032104 2020] [mpm_prefork:notice] [pid 113] AH00169: caught SIGTERM, shutting down
otrs_1 | 2020-06-13 13:32:02,084 INFO stopped: httpd (exit status 0)
otrs_1 | 2020-06-13 13:32:10,546 INFO spawned: 'httpd' with pid 172
otrs_1 | 2020-06-13 13:32:10,548 INFO spawned: 'crond' with pid 173
otrs_1 | 2020-06-13 13:32:10,551 INFO spawned: 'rsyslog' with pid 174
otrs_1 | AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.18.0.2. Set the 'ServerName' directive globally to suppress this message
otrs_1 | [Sat Jun 13 13:32:10.783100 2020] [suexec:notice] [pid 172] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
otrs_1 | AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.18.0.2. Set the 'ServerName' directive globally to suppress this message
otrs_1 | [Sat Jun 13 13:32:11.071801 2020] [lbmethod_heartbeat:notice] [pid 172] AH02282: No slotmem from mod_heartmonitor
otrs_1 | [Sat Jun 13 13:32:11.077185 2020] [mpm_prefork:notice] [pid 172] AH00163: Apache/2.4.6 (CentOS) mod_perl/2.0.11 Perl/v5.16.3 configured -- resuming normal operations
otrs_1 | [Sat Jun 13 13:32:11.077211 2020] [core:notice] [pid 172] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
otrs_1 | 2020-06-13 13:32:12,078 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
otrs_1 | 2020-06-13 13:32:12,078 INFO success: crond entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
otrs_1 | 2020-06-13 13:32:12,078 INFO success: rsyslog entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
otrs_1 | Jun 13 13:32:12 3c4d1c6156e1 CROND[139]: (root) CMDOUT (httpd: started)
otrs_1 | Jun 13 13:32:12 3c4d1c6156e1 CROND[139]: (root) CMDOUT (crond: started)
otrs_1 | Jun 13 13:32:12 3c4d1c6156e1 CROND[139]: (root) CMDOUT (rsyslog: started)
Okay good to hear. But can you maybe guide me what I am missing? Besides some test tickets there is not much in the system (so no special config or something regarding the backup). If you need anything as information please let me know. Thanks!
I don't know, your .env file and docker-compose files looks ok. Try removing all of your volumes to start with a clean setup and try again.
@Patrick-L Did you find out the issue ?
I have the same problem. It just started, even though I didn't change anything in the settings.
Hi! :-)
Reporting a bug The docker image is running great by now, but unfortunately I have the following problem, which I assume is due to the backup process because of the timing.
Image and OTRS versions The version is 6.0.28 and a relatively fresh installation.
Describe the issue At 6am precisely, all processes are shut down, but don't come back after that, so that OTRS is no longer available.
Expected behavior The backup should be performed and the services should be restarted afterwards.
Docker-Compose
Dockerfile