أواجه هذا الخطأ

2023-05-20 18:50:24.008 UTC [57] LOG:  تم استلام طلب إيقاف تشغيل سريع
2023-05-20 18:50:24.016 UTC [57] LOG:  إلغاء أي معاملات نشطة
2023-05-20 18:50:24.026 UTC [57] LOG:  العامل الخلفي "مشغل النسخ المتماثل المنطقي" (PID 66) خرج برمز خروج 1
2023-05-20 18:50:24.027 UTC [61] LOG:  يجري إيقاف التشغيل
118:M 20 May 2023 18:50:24.060 # طلب المستخدم إيقاف التشغيل...
118:M 20 May 2023 18:50:24.060 * حفظ لقطة RDB النهائية قبل الخروج.
118:M 20 May 2023 18:50:24.066 * تم حفظ قاعدة البيانات على القرص
118:M 20 May 2023 18:50:24.067 # Redis جاهز الآن للخروج، وداعًا...
2023-05-20 18:50:24.068 UTC [57] LOG:  تم إيقاف تشغيل نظام قاعدة البيانات

يعطي النظام هذه الأخطاء ولا يعمل

هل يمكنك تقديم المزيد من التفاصيل؟ ماذا حدث قبل ذلك؟

إعجاب واحد (1)
قم بإيقاف تشغيل هذه النصيحة عن طريق تعيين متغير التكوين advice.detachedHead إلى false

I, [2023-05-20T18:50:20.309089 #1]  INFO -- : 
I, [2023-05-20T18:50:20.309217 #1]  INFO -- : > touch /var/spool/cron/crontabs/root
I, [2023-05-20T18:50:20.316069 #1]  INFO -- : 
I, [2023-05-20T18:50:20.316703 #1]  INFO -- : > install -d -m 0755 -g root -o root $LETSENCRYPT_DIR
I, [2023-05-20T18:50:20.325079 #1]  INFO -- : 
I, [2023-05-20T18:50:20.325219 #1]  INFO -- : > cd /root/acme.sh & LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --install --log "${LETSENCRYPT_DIR}/acme.sh.log"
I, [2023-05-20T18:50:21.265616 #1]  INFO -- : [Sat 20 May 2023 06:50:20 PM UTC] Installing to /shared/letsencrypt
[Sat 20 May 2023 06:50:20 PM UTC] Installed to /shared/letsencrypt/acme.sh
[Sat 20 May 2023 06:50:20 PM UTC] Installing alias to '/root/.profile'
[Sat 20 May 2023 06:50:20 PM UTC] OK, Close and reopen your terminal to start using acme.sh
[Sat 20 May 2023 06:50:20 PM UTC] Installing cron job
[Sat 20 May 2023 06:50:20 PM UTC] Good, bash is found, so change the shebang to use bash as preferred.
[Sat 20 May 2023 06:50:21 PM UTC] OK

I, [2023-05-20T18:50:21.265799 #1]  INFO -- : > cd /root/acme.sh & LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --upgrade --auto-upgrade
I, [2023-05-20T18:50:23.925000 #1]  INFO -- : [Sat 20 May 2023 06:50:21 PM UTC] Installing from online archive.
[Sat 20 May 2023 06:50:21 PM UTC] Downloading https://github.com/acmesh-official/acme.sh/archive/master.tar.gz
[Sat 20 May 2023 06:50:22 PM UTC] Extracting master.tar.gz
[Sat 20 May 2023 06:50:22 PM UTC] Installing to /shared/letsencrypt
[Sat 20 May 2023 06:50:22 PM UTC] Installed to /shared/letsencrypt/acme.sh
[Sat 20 May 2023 06:50:22 PM UTC] Good, bash is found, so change the shebang to use bash as preferred.
[Sat 20 May 2023 06:50:23 PM UTC] OK
[Sat 20 May 2023 06:50:23 PM UTC] Install success!
[Sat 20 May 2023 06:50:23 PM UTC] Upgrade success!

I, [2023-05-20T18:50:23.925858 #1]  INFO -- : > cd /root/acme.sh & LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --set-default-ca  --server  letsencrypt
I, [2023-05-20T18:50:23.976164 #1]  INFO -- : [Sat 20 May 2023 06:50:23 PM UTC] Changed default CA to: https://acme-v02.api.letsencrypt.org/directory

I, [2023-05-20T18:50:23.980913 #1]  INFO -- : File > /etc/nginx/letsencrypt.conf  chmod:   chown: 
I, [2023-05-20T18:50:23.988140 #1]  INFO -- : File > /etc/runit/1.d/letsencrypt  chmod: +x  chown: 
I, [2023-05-20T18:50:23.989411 #1]  INFO -- : Replacing (?-mix:ssl_certificate.+) with ssl_certificate /shared/ssl/$$ENV_DISCOURSE_HOSTNAME.cer;
ssl_certificate /shared/ssl/$$ENV_DISCOURSE_HOSTNAME_ecc.cer;
 in /etc/nginx/conf.d/discourse.conf
I, [2023-05-20T18:50:23.990713 #1]  INFO -- : Replacing (?-mix:#?ACCOUNT_EMAIL=.+) with ACCOUNT_EMAIL=$$ENV_LETSENCRYPT_ACCOUNT_EMAIL
 in /shared/letsencrypt/account.conf
I, [2023-05-20T18:50:23.991830 #1]  INFO -- : Replacing (?-mix:ssl_certificate_key.+) with ssl_certificate_key /shared/ssl/$$ENV_DISCOURSE_HOSTNAME.key;
ssl_certificate_key /shared/ssl/$$ENV_DISCOURSE_HOSTNAME_ecc.key;
 in /etc/nginx/conf.d/discourse.conf
I, [2023-05-20T18:50:23.992752 #1]  INFO -- : Replacing (?-mix:add_header.+) with add_header Strict-Transport-Security 'max-age=63072000'; in /etc/nginx/conf.d/discourse.conf
I, [2023-05-20T18:50:23.993416 #1]  INFO -- : Replacing location @discourse { with location @discourse {
add_header Strict-Transport-Security 'max-age=31536000'; # remember the certificate for a year and automatically connect to HTTPS for this domain in /etc/nginx/conf.d/discourse.conf
I, [2023-05-20T18:50:23.994599 #1]  INFO -- : > echo "Beginning of custom commands"
I, [2023-05-20T18:50:23.998577 #1]  INFO -- : Beginning of custom commands

I, [2023-05-20T18:50:23.999094 #1]  INFO -- : > echo "End of custom commands"
I, [2023-05-20T18:50:24.002961 #1]  INFO -- : End of custom commands

I, [2023-05-20T18:50:24.006766 #1]  INFO -- : Terminating async processes
I, [2023-05-20T18:50:24.007874 #1]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 57
I, [2023-05-20T18:50:24.008783 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 118
118:signal-handler (1684608624) Received SIGTERM scheduling shutdown...
2023-05-20 18:50:24.008 UTC [57] LOG:  received fast shutdown request
2023-05-20 18:50:24.016 UTC [57] LOG:  aborting any active transactions
2023-05-20 18:50:24.026 UTC [57] LOG:  background worker "logical replication launcher" (PID 66) exited with exit code 1
2023-05-20 18:50:24.027 UTC [61] LOG:  shutting down
118:M 20 May 2023 18:50:24.060 # User requested shutdown...
118:M 20 May 2023 18:50:24.060 * Saving the final RDB snapshot before exiting.
118:M 20 May 2023 18:50:24.066 * DB saved on disk
118:M 20 May 2023 18:50:24.067 # Redis is now ready to exit, bye bye...
2023-05-20 18:50:24.068 UTC [57] LOG:  database system is shut down
sha256:d0eaff2960589e6490608fa882bddaf493748f1b847d7006cae16765012af258
755217c749f30ea4e76a5d8b2493cf299cd2b598f6274255d5b88b045c3de430

يبدو أن نظام قاعدة البيانات الخاص بك يتم إيقافه بعد تنفيذ بعض الأوامر المخصصة. أعتقد أن هذا الخطأ يعني أن هناك مشكلة في قاعدة البيانات الخاصة بك. (تم التعديل)
(أو قد يكون على ما يرام تمامًا؟)
مصادر أخرى: LOG: database system is shut down. How to fix it - #2 by itsbhanusharma

إعجاب واحد (1)

هذا هو ناتج إعادة البناء الناجحة. نحتاج إلى السجلات الكاملة إذا لم تنجح بعد ذلك.

3 إعجابات

بعد التحقق من خادم @Wleksion، كان سبب المشكلة هو تكوين DNS معيب وإعادة بناء متعددة أدت إلى تجاوز حد معدل Let’s Encrypt.

7 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.