Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:fix_for_database_schema_version_2.5.0 [2014/10/31 19:21] neyronwiki:fix_for_database_schema_version_2.5.0 [2014/10/31 19:22] neyron
Line 47: Line 47:
  
 Check that your jobs table already has a "array_index" column. Check that your jobs table already has a "array_index" column.
-<core bash>+<code bash>
 $ echo 'select array_index from jobs limit 1;' | mysql -t -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME $ echo 'select array_index from jobs limit 1;' | mysql -t -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME
 +-------------+ +-------------+
Line 56: Line 56:
 </code> </code>
  
- +If yes, that confirms that the current version of your OAR database is 2.5.2 already. 
-This confirms that the current version of your OAR database is 2.5.2 already. +
  
 Please apply the following command to fix the version: Please apply the following command to fix the version:
- 
 <code bash> <code bash>
 $ echo 'update `schema` set version = "2.5.2";' | mysql -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME $ echo 'update `schema` set version = "2.5.2";' | mysql -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME
wiki/fix_for_database_schema_version_2.5.0.txt · Last modified: 2014/10/31 19:35 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki