• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Backing up database - Failed - Rev 5952

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    23
    5.1k
    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.
    • Wayne WorkmanW
      Wayne Workman @GFm
      last edited by

      @GFm So you attempted updating… a day ago, and it failed? You should find a db backup inside of /home with a date and time in it’s name. Just import that, and then try to move to RC-9.

      The way you import them (without mysql pass) is:
      mysql < file

      with a password:
      mysql -u root -p < file

      This is covered in more detail here:
      https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Manually_export_.2F_import_Fog_database

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      G 1 Reply Last reply Reply Quote 0
      • G
        GFm @Wayne Workman
        last edited by

        @Wayne-Workman When I look at this, all the backups from recent show 0. The last backup with data is April, but I know I updated in July and see no backups.
        0_1473351964708_upload-fd94d00a-b115-44a6-9b09-67a1f79c2d9b

        I went into my fog database in mysql… Inside it had data, so it is there. Any other ideas to try and get this working since I can’t restore one of those mysql backups?

        Thanks a lot!

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @GFm
          last edited by Wayne Workman

          @GFm well… I guess this makes sense. Your installation fails at “backing up db” and the backups are 0 size.

          @Tom-Elliott do you have thoughts on what is best to do?

          I guess you could move to working-RC-10. This requires some special commands, message me for details.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          G 1 Reply Last reply Reply Quote 0
          • G
            GFm @Wayne Workman
            last edited by

            @Wayne-Workman Tried updating to RC-10 and it gave me the same error as before about invalid database. Here is my config.class.php fil that it said to check out… Are my settings OK?

            0_1473355933285_upload-62bbd8b1-5e47-4a6a-adf4-be7a97ee958f

            Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @GFm
              last edited by

              @GFm from terminal what happens if you run mysql -u root

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              G 1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @GFm
                last edited by

                @GFm inside of /opt/fog/.fogsettings change snmysqlhost= to localhost and try again. If that fails, change it to 127.0.0.1 and try again.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                G 1 Reply Last reply Reply Quote 0
                • G
                  GFm @Tom Elliott
                  last edited by

                  @Tom-Elliott 0_1473356604761_upload-43da5188-7371-4419-84d4-5d0e4779179f

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @GFm
                    last edited by Tom Elliott

                    @GFm and same command but with -h 127.0.0.1

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • G
                      GFm @Wayne Workman
                      last edited by

                      @Wayne-Workman same as before… tried both and restarted mysql service each time

                      0_1473356737831_upload-2773b8b6-5476-4bb4-a0a0-c7660a5b9fd7

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @GFm
                        last edited by

                        @GFm you need to re-try installing after each change, you did that?

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        G 2 Replies Last reply Reply Quote 0
                        • G
                          GFm @Wayne Workman
                          last edited by

                          @Wayne-Workman no… sorry 😕 I will and let you know shortly…

                          1 Reply Last reply Reply Quote 0
                          • G
                            GFm @Wayne Workman
                            last edited by

                            @Wayne-Workman @Tom-Elliott 127.0.0.1 worked! I did not test localhost with a reinstall since that worked.

                            My load just went up a lot, but I’ll see if it drops after a few minutes.

                            Thanks for the help!!!

                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 2 / 2
                            • First post
                              Last post

                            241

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project