Versions Compared

Key

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

...

In order to deploy the image using only the required parameters and the existing persistent storage, the below instructions should be followed :The mysql root user password should be configured using the appropriate variable and the following commands should be executed (the user should override the default variables based on the requirements):

~$ cd validation/docker/mysql

~$ ./deploy_with_existing_persistent_storage.sh --TAG_PRE = dev-mysql

Finally, if the database must be re-deployed (it is assumed that the corresponding mysql container has been stopped and deleted) and the old persistent storage must be deleted, the used docker volume should be first deleted (note that all database's data will be lost).

...