Skip to content

Commit

Permalink
Migrate sessions after dogu upgrade; #33
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer committed Jan 28, 2020
1 parent 053cc92 commit b6f5427
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/post-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ render_configuration_yml_template
echo "Migrating database..."
exec_rake db:migrate

# Session migration
echo "Generating session migration..."
rails generate active_record:session_migration
echo "Executing session migration..."
exec_rake db:migrate

echo "Migrating plugins..."
exec_rake redmine:plugins:migrate

Expand Down

0 comments on commit b6f5427

Please sign in to comment.