• Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login
  • Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login

automatic backup

Scheduled Pinned Locked Moved Troubleshooting
18 Posts 2 Posters 3.2k Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    jkandasa @Daniele
    last edited by 21 Dec 2017, 09:45

    @daniele Do you see any error in the log file? mycontroller/logs/mycontroller.log

    1 Reply Last reply Reply Quote 0
    • D Offline
      Daniele
      last edited by 21 Dec 2017, 11:22

      I can find many errors of this kind:

      [Wed Dec 20 22:25:35 CET 2017] IO error: java.net.SocketException: Connection reset in processing a request from /192.168.1.165:8443 / sun.security.ssl.SSLSocketImpl
      [Wed Dec 20 23:17:03 CET 2017] IO error: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown in processi
      ng a request from /192.168.1.164:8443 / sun.security.ssl.SSLSocketImpl
      

      I'm not an expert programmer, but they don't seem to be related to my issue with automatic backup.

      J 1 Reply Last reply 21 Dec 2017, 13:25 Reply Quote 0
      • J Offline
        jkandasa @Daniele
        last edited by 21 Dec 2017, 13:25

        @daniele Without debug log it is tough to root cause this issue. Could you please do the followings on your MyController server to get debug logs?

        Enable debug log message for the followings on mycontroller/conf/logback.xml,

          <logger level="DEBUG" name="org.mycontroller.standalone.backup" />
          <logger level="DEBUG" name="org.mycontroller.standalone.scheduler" />
          <logger level="DEBUG" name="org.mycontroller.standalone.timer" />
        

        NOTE: MyController server restart is required to apply this change.
        To stop: mycontroller/bin/stop.sh
        To start: mycontroller/bin/start.sh

        After this change, modify your backup settings to take backup in one minute. Now check logs on mycontroller/logs/mycontroller.log

        0_1513862661016_Screenshot from 2017-12-21 17-49-54.png

        1 Reply Last reply Reply Quote 0
        • D Offline
          Daniele
          last edited by 22 Dec 2017, 09:36

          The odd thing is that yesterday I tried with 5 minutes, and it worked.
          Then I moved to 12 hours, and the backup has never been created.

          I activated the debug logs you suggested, tried again with 1 minute and 1 hour, and everything worked perfectly.
          Now I moved again to one day, I'll let you know the result.

          J 1 Reply Last reply 22 Dec 2017, 10:22 Reply Quote 0
          • J Offline
            jkandasa @Daniele
            last edited by 22 Dec 2017, 10:22

            @daniele Great! Seems we might have an issue with 12 hours or more. let me check it.

            1 Reply Last reply Reply Quote 0
            • D Offline
              Daniele
              last edited by 23 Dec 2017, 19:57

              After 1 day with debug enabled I can't see any other error, but still no backup.
              Now I tried to set it up every 10 hours, I'll let you know the result.

              1 Reply Last reply Reply Quote 0
              • D Offline
                Daniele
                last edited by 24 Dec 2017, 17:31

                Same result with 10 hours, while I got a successful backup with 8 hours.

                J 2 Replies Last reply 26 Dec 2017, 05:11 Reply Quote 0
                • J Offline
                  jkandasa @Daniele
                  last edited by jkandasa 26 Dec 2017, 05:11

                  @daniele Thanks to narrow down this issue. I will have a look on the code.

                  https://github.com/mycontroller-org/mycontroller/issues/431

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jkandasa @Daniele
                    last edited by 11 Feb 2018, 04:49

                    @daniele I have update scheduler library. I do not see this issue now. Also, I have added an option to show next execution time. Kindly check it in SNAPSHOT version and let me know.

                    Thank you!

                    0_1518324492744_b1071f89-22c0-4126-ba1a-09ad60ca68c2-image.png

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      Daniele
                      last edited by 13 Feb 2018, 08:04

                      Yesterday evening at 10 PM I changed the schedule from "every 8 hours" to "every 1 day", to check the change you did.
                      This evening I'll check the result, but what I notice in the meantime is that there's something wrong in the label showing the next execution:

                      0_1518509051050_64ef58ba-47e8-43ea-9ea0-1ea1c9fed471-image.png

                      J 1 Reply Last reply 13 Feb 2018, 16:10 Reply Quote 0
                      • J Offline
                        jkandasa @Daniele
                        last edited by 13 Feb 2018, 16:10

                        @daniele Thank you! Can you check the Uptime on your MyController server?

                        0_1518538194415_d4f4f6a3-d927-461c-8b4b-87311f2e615b-image.png

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          Daniele
                          last edited by 13 Feb 2018, 16:32

                          This is the uptime of my server:

                          0_1518539526668_404d31c9-c662-4abf-8c77-12030b111259-image.png

                          To simplify your analysis: 4 AM is the time I daily restart my Raspberry.

                          J 1 Reply Last reply 13 Feb 2018, 17:23 Reply Quote 0
                          • J Offline
                            jkandasa @Daniele
                            last edited by 13 Feb 2018, 17:23

                            @daniele

                            To simplify your analysis: 4 AM is the time I daily restart my Raspberry.

                            That's the root cause. MyController backup job not following cron or regular time. It is following repeat time from the scheduled time. When you restart the server this timer also gets restarted. For your setup, you can configure a maximum of 23 hours and 59 minutes if you configure it exactly at startup.

                            So if you configure backup every > 12 hours and < 24 hours, you should get daily backup from next day.

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              Daniele
                              last edited by 14 Feb 2018, 14:18

                              Now that's clear, I'll try using 23 hours.
                              Thanks!

                              1 Reply Last reply Reply Quote 1
                              • D Offline
                                Daniele
                                last edited by 16 Feb 2018, 08:42

                                I can confirm that with 23 hours the scheduler works perfectly now!
                                Thanks a lot!

                                1 Reply Last reply Reply Quote 1
                                • First post
                                  Last post

                                0

                                Online

                                587

                                Users

                                529

                                Topics

                                3.4k

                                Posts
                                Copyright © 2015-2025 MyController.org | Contributors | Localization