Donald,

if i undertand correctly what you said, the commands bellow does what you
need:
$ ./bin/dspace database clean
$ ./bin/dspace database migrate

Take a look at this for more info:
https://wiki.duraspace.org/display/DSDOC5x/Database+Utilities

Basically it reset the database to the initial and re-create with
migrations. You will lose all bitstreams, metadatas, items/collections/....

If there's anything to save you can export it with dspace's export options
and then import it after the reset:
https://wiki.duraspace.org/display/DSDOC5x/Exporting+Content+and+Metadata
https://wiki.duraspace.org/display/DSDOC5x/Ingesting+Content+and+Metadata


Em sex, 7 de out de 2016 às 16:04, Donald Bynum <byn...@gmail.com> escreveu:

> I am using Oracle as my database in an XMLUI implementation.  I'd like to
> wipe out the DB schema and start from scratch without having to literally
> start from the very beginning as far as installation is concerned.  How can
> I "refresh" my schema?  I'd be happy enough with creating a new schema and
> pointing my DSpace to that, but I'd still need to remove any unnecessary
> metadata.
>
> Regards,
>
> Don.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Bruno Nocera Zanette
+55 41 9992-2508

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to