Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为 mariadb 实例(容器)升级的一部分,我需要创建一些新表。所以我在 /docker-entrypoint-initdb.d 中复制了 update.sql 脚本,但是当我进行升级时,这不会被调用。
当我创建一个新的实例时,同样的事情。