This project aims to have a usable, updatable installation of the revive adserver in a docker infrastructure.
- Install, setup and run the current revive-version
- database following upgradable naming conventions see Upgrade instructions (might be external or included)
- Detect version missmatch (container / connected Database) on start and solve by upgrading if new database exists
_Mmp
is the version suffix for theDB_NAME
.- If the ENV says we have
_401
and our container says we should have_410
we have a upgrade situation - check if DB
_410
exists OR exit - if
_410
is not empty and has the 4.1.0 installed, change ENV-VAR DB_NAME to_410
- if
_410
is empty, follow upgrade instructions
DB_HOST=localhost
DB_PORT=3306
DB_NAME=revive_400
DB_USERNAME=root
DB_PASSWORD=