Difference between revisions of "arsdb"

459 bytes added ,  15:42, 17 April 2015
Initial edit.
(Initial edit.)
(Initial edit.)
Line 32: Line 32:


== Upgrades ==
== Upgrades ==
In Content Manager OnDemand v7.1 and v7.1.1, upgrades to OnDemand that required database changes required you to export, drop, create, then import your CMOD metadata tables:
<code>
arsdb -I ARCHIVE -xlvf
arsdb -I ARCHIVE -d
arsdb -I ARCHIVE -trv
arsdb -I ARCHIVE -ilvf
</code>
In CMOD 7.1.2.x, 8.x and 9.x, IBM has added the -u option to arsdb, allowing you to update the definitions inside the OnDemand database.
<code>
arsdb -I ARCHIVE -uv
</code>


== Special ==
== Special ==