rake redmine:plugins:migrate RAILS_ENV=production not creating tables in DB
Added by v d over 11 years ago
Hello,
Environment: Redmine version 2.3.1.stable Ruby version 1.9.3 (i686-linux) Rails version 3.2.13 Environment production Database adapter Mysql2 Redmine plugins: my_projects 1.0 progressive_projects_list 0.4.0 redmine_dashboard 2.0.rc1 redmine_issue_detailed_tabs_time 0.0.7 redmine_work_time 0.2.13 timelog_timer 2.0.0
I am trying to install Redmine Work Time plugin but it doesn't create the tables when I rake it. I have also tried to install another plugin that needs to set up a table and I get the same issue, no table
rake redmine:plugins:migrate RAILS_ENV=production
I don't get any errors.
Here is what comes back when I use the above command
Migrating my_projects (My Projects plugin)... Migrating progressive_projects_list (Progressive Projects List plugin)... Migrating redmine_dashboard (Redmine Dashboard plugin)... Migrating redmine_issue_detailed_tabs_time (Redmine Issue Detailed Tabs & Time)... Migrating redmine_work_time (Redmine Work Time plugin)... Migrating timelog_timer (Timelog Timer plugin)...
Here is what's in the production.log
Connecting to database specified by database.yml OpenIdAuthentication.store is nil. Using in-memory store. Migrating to CreateUserIssueMonths (1) Migrating to CreateWtMemberOrders (2) Migrating to CreateWtTicketRelays (3) Migrating to AddPrjToMemOdr (4) Migrating to CreateWtDailyMemos (5) Migrating to CreateWtProjectOrders (6) Migrating to CreateWtHolidays (7) Migrating to RemoveMonthFromUserIssueMonth (8) Migrating to RemovePrjFromWtProjectOrders (9)
The db user has FULL permission to the DB
Replies (1)
RE: rake redmine:plugins:migrate RAILS_ENV=production not creating tables in DB - Added by Tomas Kostrhun almost 9 years ago
I have exactly same problem as described here ... did you find any solution for this ???