Files
SearchServices/e2e-test/qa/search/backup
..
2019-03-07 12:42:04 +00:00
2019-03-04 13:46:48 +00:00
2019-03-04 13:46:48 +00:00
2019-03-07 12:42:04 +00:00
2019-03-07 12:42:04 +00:00

About

Testing the Backup of SearchService product

Build Plan: https://bamboo.alfresco.com/bamboo/browse/SAD-QAB

Steps

  • a) prepare the backup
make backup-prepare wait

more details on Makefile task.

  • b) create some data manually or using automated tests found on this project
make run-mvn-tests suiteXmlFile=./src/test/resources/search-pre-backup-suite.xml
  • c) perform the backup of data
make backup-perform wait
  • d) now you can also update the data/remove it from TS, or even remove the entire volumes
make run-mvn-tests suiteXmlFile=./src/test/resources/search-on-backup-suite.xml
# or
make clean
  • e) at any time you can restore the backup
make backup-restore wait
  • f) now you can check the data from point b) is corectly recovered
make run-mvn-tests suiteXmlFile=./src/test/resources/search-post-backup-suite.xml

All in one

At any time you can run the make all taks that will execute all the above commands for you

make all

Environment Settings

Pay attention at the values that exist in .env file. These settings will be picked up in custom docker-compose.*.yml file(s)