hoeg

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hoeg's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Mysql docker is still running and I am setting up backups for it now.
  2. I used the following command to copy my.cnf to the local system: docker container cp [container]:/etc/mysql/my.cnf container-my.cnf then added innodb-force-recovery=1 to the file container-my.cnf using nano and then copied the file back to the docker using this command: docker container cp container-my.cnf [container]:/etc/mysql/my.cnf After restarting the docker it seemed to do something for a little and then stopped again. Started the mysql docker and then it was back to crashing again. Removed the line out of the my.cnf file that i added above using the same steps. The mysql docker started and then did some stuff for a while and is up and running again.
  3. When the error happens, the docker stops. Need to run innodb-force-recovery=1.
  4. I had a network issue and it seemed to mess up my shared MySQL database for Kodi. I tried phpmyadmin but the MySQL Docker cannot stay running.
  5. Awesome! Thanks! Got it back from the user templates section!
  6. Running parity check now. But I just realized that somewhere I lost my mysql docker. Is there a way to bring that back from the flash drive backup without recreating the container?
  7. So now I should just stop the array and set that one to no device, set the parity drive, then it will rebuild?
  8. Setting all to auto left only one to unmountable. Looks like I found my parity! Thank you so much!
  9. I upgraded to 6.3.5 and still get 7 unmountable. Here is the diagnostics. I appreciate the help. Will be adding UPS/backups/screen print from now on! media-diagnostics-20170614-1254.zip
  10. Using 6.1.8, after a power outage, server booted and showed all drives unassigned. super.dat is 0 kb in size. Ran chkdsk and reported no errors. I am not sure which drive is my parity. I tried to assign all drives as data drives but there are 7 of them that unmountable so I am still not sure which to assign as parity. I ran blkid on all 17 of them and they all show a TYPE of xfs or reiserfs. None of the types are blank. Can someone please help me get the array back? Thanks!