Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added section for fcr:backup/fcr:restore; Removed section about Migration.

...

DatabasePlatformTested bySuccess?Notes
MySQL    
PostgreSQL    

fcr:backup/fcr:restore Functionality

These tests are designed to ensure the proper function of the 'fcr:backup/fcr:restore' features by testing them against various Fedora configurations.  The validity of the 'restore' can only be determined by crawling the repository and verifying the successful retrieval of the repository's content.

If the anticipated Fedora release is not backwards compatible with the previous version of Fedora, then the "From Fedora Version" should be the previous version.  Otherwise, it is sufficient to test the fcr:backup/fcr:restore functionality using the same version.

See: RESTful HTTP API - Backup and Restore

No Format
nopaneltrue
# Backup
curl -X POST localhost:8080/rest/fcr:backup
 
# Restore
curl -X POST -d "/path/to/backup/directory" localhost:8080/rest/fcr:restore
Tested byPlatform

Container

(Tomcat/Jetty)

Database

Backend

From Fedora

Version

Number of

RDF Resources

Number of

Binaries

Size of Backup (du -h .)Success?Notes                  
  Tomcat (Ver?)Postgres (Ver?)      
  Tomcat (Ver?)MySQL (Ver?)      
  Jetty (Ver?)?     
  Jetty (Standalone)?      

NB: "Success" is measured not by receiving a "204 No Content" message after the 'fcr:restore' command, but by performing a GET on every resource in the repository and receiving "200 Found" messages.


Vagrant Tests

Code Block
vagrant destroy
vagrant up

...