Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add yourself back in as administrator . --might not need this anymorein the rails console

Code Block
g = Admin::Group.find('administrator')
g.users += ["archivist1@example.com"]
g.save!

...

Code Block
# Run script to map fedora 3 pids in database to newly minted fedora 4 noids
bundle exec rake avalon:migrate:db

 

Delete Failed Bookmarks

Code Block
#This will delete any bookmarks that point to failed items
bundle exec rake avalon:migrate:bookmark_cleanup