Migration Problem of Redmine 3.3 with Docker Compose
Added by Simon Leung 1 day ago
I have migrated Redmine 3.3 with Docker compose from Centos 7.3 to Ubuntu 24.04. Still, the container kept restarting and I found the logs as follows.
=> Booting WEBrick
=> Rails 4.2.11 application starting in production on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
Exiting
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32 java`.
The dependency activerecord-jdbc-adapter (~> 1.3.2) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
The dependency activerecord-jdbcpostgresql-adapter (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
The Gemfile's dependencies are satisfied
I supposed it was about plugin problem and after I removed all data in the plugin folder, but it did not solve the problem. How do I solve the problem?