Versions Compared

Key

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

...

You may now restart postgres and Tomcat.

 

Minter:

Go to S3 and download the minter-state backup files.

Move Minter state to it's new location. (/var/sufia)  Note: You may need to make /var/sufia with sudo mkdir /var/sufia if it does not exist yet.

Change ownership for the minter state to the owner (hydep) and the group (deploy)

Command: sudo chown -R hydep:deploy /var/sufia

The minter is now part of postgres, just restore the chf_hydra database for the users to app and the minter will be restored.


 

Redis

Redis keeps a database in memory which handles, as far as we currently know (8/1/16), the transaction record data such as the history of edits on a record. It does not contain the actual data, simply the timeline of changes.

...

When starting up redis will read the .rdb dump file and copy that data back to the in memory database.

 

Indexing:

The index is being backed up to speed up the time to recovery for DR or migrations.
Finally you will need to follow the instructions for Reindexing Solr in Hydra under Application Administration to index all the data so it shows up in Hydra.

...