Versions Compared

Key

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

...

  1. Spin up machine
  2. Deploy Sufia
  3. Ensure apache is off
  4. Activate maintenance mode on old server
  5. Move over minter
  6. Migrate Fedora Export - see below
  7. migrate postgres
  8. Fedora Import - see below
  9. run (currently nonexistent) verification job
  10. migrate dump.rdb
  11. Reindex solr

Fedora export

...

In sufia 6 instance:

  • Run audit script

...

$ tar -czf json_export_201611141510.tgz tmp/export
$ scp json_export_201611141510.tgz new_box_ip:/opt/sufia-project/.

Fedora import

On sufia 7 instance:

  • unpack the exported json files

...