Containerization of database scripts

  • If docker or some other tool is used for containerization, can the database scripts be included within the container?
    Assume there is an application that can use any form of RDBMS as the backend.

    Client A uses MYSQL, Client B uses Microsoft SQL Server,Client C uses PostgreSQL and Client D uses Oracle.

    If some database object needs to be updated in all the environments, isit possible to automate it through

  • Yes, Docker based SQL Server containers can work with local datbase files, or mounted, and can include scripts that are run when the container starts.  Full disclosure, I work for Windocks, and my answer references our implementation.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply