#author("2020-08-15T07:03:03+00:00","default:wikiadmin","wikiadmin")
*Redis on Docker書き込み時に以下のエラー [#j4de3f50]

**Spring boot側のエラー [#nedc5fe6]

 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails

**Dockerのログ [#i687590f]

 Failed opening the RDB file root (in server root dir /etc/crontabs) for saving: Permission denied

**対応方法 [#w13a028c]

Volumeマウントが/etc/crontabだったので以下のように変更

 - ./data/redis:/data
 - ./data/crontabs:/etc/crontabs

*Mariadbインストール後にMySQL8を入れて起動せず [#s0715f18]

 Unsupported redo log format (0). The redo log was created before MySQL 5.7.9

**対応方法 [#g94ebe84]

MariaDBとMySQLに互換性はないので、MariaDBを完全削除して実施すべき。その上で/var/lib/mysqlを削除

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS