Can I get a bit more info on the aGov upgrade path? The brief note on the main page just mentions features. Assuming I don't mess with this, can I cheerfully run "drush up"?

Comments

aramollis’s picture

I have problem updating to last release 3 march 2014...

I can't save nodes with uploaded files because this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXX.media_filter_usage' doesn't exist: SELECT fid FROM {media_filter_usage} WHERE fid = :fid; Array ( [:fid] => 258 ) a media_filter_invalidate_caches() (línia 722 de XXXXXX/web/profiles/agov/modules/contrib/media/includes/media.filter.inc).

Maybe this solution can resolve the problem... but I tried to execute Mysql code in phpmyadmin and returns me a syntax error:
https://drupal.org/comment/7945057#comment-7945057

aramollis’s picture

Title: Upgrade path » Error updating to 7.x-1.0-rc7
Version: 7.x-1.0-rc3 » 7.x-1.0-rc7
Component: Documentation » Code
Category: Task » Bug report
Priority: Normal » Major
xtfer’s picture

Looks like you need to run update.php... that's an issue with the media module not having the right tables.

marleo’s picture

At least my apparently unpopular OP got converted to something less unloved. Really just wanted to know if drush update is ok.

xtfer’s picture

Category: Bug report » Support request
Status: Active » Fixed

Im not sure there's a task here we can help with. The process for upgrading is just like anything else: backup, test.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.