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.
运行“gradle mlLoadDatabases”,其中我的数据库配置文件包含:
"database-backup": [ { "backup-id": 1001, "backup-enabled": false, "backup-directory": ...
创建的计划备份始终具有backup enabled = true。有没有办法为了开发目的在禁用状态下创建它,以便开发人员可以在需要时启用它?
TIA