Porthole-Project / Porthole

A window into the status of multiple services related to Plex Media Server (Plex, Couchpotato, Sickrage, Deluge, Sabnzbd+, etc.).
MIT License
29 stars 0 forks source link

Docker external databases need to be migrated on container start #12

Open scytherswings opened 6 years ago

scytherswings commented 6 years ago

From @scytherswings on April 15, 2017 17:50

If an old database is used with a new container then the database won't be correctly migrated when it starts up. bundle exec rake db:migrate needs to be added to the startup commands.

Copied from original issue: scytherswings/Plex-Board#88