Closed ghost closed 7 years ago
ok just fixed it! (or actually found a way to make it work)
bin/stop; bin/rake db:drop db:create; bin/seed; bin/rake db:migrate; bin/rake db:migrate:up VERSION=20170607055017; bin/rake db:migrate; bin/restart
(assuming you have already run bin/rebuild
with the latest stuff)
The issue was the notification_settings
table was not being created (not entirely sure why) but anyways if you run that code above it should fix it (worked for me)
thanks work for me too
Description: With a clean installation, with or without manual installation of database data, kitsu client does not access to the database. I see some pending migration errors in logs.
Steps to reproduce: Clean install from hummingbird-me repository
Screenshots (if applicable): With my repo
With official repo
OS and Browser: Server: Ubuntu 16.04.2 LTS Client: Fedora 25 with Chromium 59
server_logs.txt seed_reset_logs.txt postgres_database_lists.txt