I think I am close to mess up my db on heroku
I am trying to download the remote DB on heroku by heroku db:pull
I get the following message:
news_items: 100% |==========================================| Time: 00:00:01 /usr/lib/ruby/gems/1.8/gems/sequel-3.13.0/lib/sequel/adapters/mysql.rb:169:in `query': Mysql::Error: Duplicate entry '3-Portfolio' for key 'index_unique_user_plugins' (Sequel::DatabaseError)
Will a re-index solve this problem or am I in trouble? I think to understand that it's my local db (as it's mysql throwing the error, while heroku runs PostgreSQL) which is complaining, thus there seem to be some duplicate keys in some index (not sure I really know what this means)