I have setup my production server and the rails app is deployed using capistrano 3.1 on nginx and unicorn on Ubuntu Server 12.04LTS. The app is working fine when accessed via normal rails server but whenever I try to run the server via unicorn its says that it cant access some tables in the database. Attached is the snapshot of the error and the snapshot of the database queries.
相关问题
- Strong parameter override for DeviseTokenAuth cont
- sqlyog export query result as csv
- Mechanize getting “Errno::ECONNRESET: Connection r
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
As noted above in the comments, I cleared the database, the folders and re-ran the deployment after removing the migration extension for capistrano and everything worked just fine.