Giter Site home page Giter Site logo

Comments (4)

l3tnun avatar l3tnun commented on July 19, 2024

[2020-06-30T05:33:10.833] [FATAL] system - DB table is missing.

データベースが壊れている or dbinfo.json が無いことによるデータベースの整合性エラーのようです。

問題がなければ data volume の mysql-db を削除して再度起動してみてください。

from docker-mirakurun-epgstation.

lynlea2501 avatar lynlea2501 commented on July 19, 2024

以下のように、mysql-dbのコメントアウトで対応できました。
ありがとうございました。

--- docker-compose-sample.yml   2020-06-30 14:55:40.390256372 +0900
+++ docker-compose.yml  2020-06-30 18:50:46.742144768 +0900
@@ -26,7 +26,7 @@ services:
     mysql:
         image: mariadb:10.4
         volumes:
-            - mysql-db:/var/lib/mysql
+            - ./mariadb/data:/var/lib/mysql
         environment:
             MYSQL_USER: epgstation
             MYSQL_PASSWORD: epgstation
@@ -63,7 +63,7 @@ services:
         #user: "1000:1000"
         restart: always

-volumes:
-    mysql-db:
-        driver: local
+#volumes:
+#    mysql-db:
+#        driver: local

from docker-mirakurun-epgstation.

5ym avatar 5ym commented on July 19, 2024

dockerのローカルボリューム使うとdocker-compose down -vとかdocker-compose downしたあとにpruneしたりするとボリュームも消えちゃうんでディレクトリにして.gitignoreするのをありかもしれないです

from docker-mirakurun-epgstation.

l3tnun avatar l3tnun commented on July 19, 2024

そこコメントアウトしちゃ駄目なやつです。
docker の data volume でデータを永続化させていますので。
data volumeの中身をクリアして再起動しましょう。

from docker-mirakurun-epgstation.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.