Sign inSign up

vxcontrol/soldr-dbmigrate

By vxcontrol

Updated over 2 years ago

SOLDR initial migrate DB and S3 storage to prepare them before start core services

Image
0

4.0K

vxcontrol/soldr-dbmigrate repository overview

SOLDR initial migrate DB

Using

There is using next environment variables to run the container:

  • DB_HOST - Global MySQL IP address or domain
  • DB_PORT - Global MySQL TCP port to connect
  • DB_USER - Global MySQL username to connect
  • DB_PASS - Global MySQL password to connect
  • DB_NAME - Global MySQL database name to connect
  • MINIO_ENDPOINT - URL to connect to Minio S3 storage (including port and schema)
  • MINIO_ACCESS_KEY - Access key to connect to Minio S3 storage
  • MINIO_SECRET_KEY - Secret key to connect to Minio S3 storage
  • MINIO_BUCKET_NAME - Global S3 bucket name to connect and copy modules files
  • MYSQL_ROOT_USER - MySQL root username to create instance DB on initial stage
  • MYSQL_ROOT_PASSWORD - MySQL root password to create instance DB on initial stage
  • AGENT_SERVER_HOST - Agent server hostname (vxserver) to register it into services table
  • AGENT_SERVER_DB_NAME - Instance MySQL database name to connect from agent server side
  • AGENT_SERVER_DB_USER - Instance MySQL username to connect from agent server side
  • AGENT_SERVER_DB_PASS - Instance MySQL password to connect from agent server side
  • AGENT_SERVER_MINIO_BUCKET_NAME - Instance S3 bucket name to connect from agent server side

Tag summary

Content type

Image

Digest

sha256:a7c0cc648

Size

34.5 MB

Last updated

over 2 years ago

docker pull vxcontrol/soldr-dbmigrate