Failing to Migrate to AddTrackIdToPoints
OS & Hardware HP ProLiant N40L MicroServer Model 658553-001 Unraid OS (7.0.1) AMD Turion™ II Neo N40L Dual-Core @ 1500 MHz Docker 27.0.3
Version 0.30.5
Describe the bug
bin/rails aborts after attempting to add points to track_id
To Reproduce Steps to reproduce the behavior:
- Start Dawarich Docker app
Expected behavior Successfully migrates and Dawarich boots up
Logs Dawarich App Log 2025 07 28 1632.txt PostGIS Log 2025 07 28 1636.txt
Additional context I'm not sure if I am reporting this correctly. Going to be honest: I am out of my element here aha.
You can try running bundle exec rails db:rollback && bundle exec rails db:migrate in your container bash
I got the same Problem. Even running bundle exec rails db:rollback && bundle exec rails db:migrate does not help. I get the same error afterwards.
I may be doing this wrong, but I've attempted to run the command via the Unraid terminal and other ways; however, the container keeps crashing before I can even run it. I'm still getting the same results after all these attempts.
This may be a skill issue because I am not familiar with Docker containers, particularly in an Unraid environment.
I ended up reinstalling everything, which wiped all my data, so now I have to re-upload everything I can salvage. It probably wasn’t the ideal solution, but after three weeks, I just decided to bite the bullet and take the drastic route.