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.
是否有某个捆绑包可以将mysql数据库备份到phpmyadmin之类的文件中?我根本无法访问 shell。
我正在使用CloudBackupBundle备份数据库和文件。此捆绑包可帮助您备份数据库并将其上传到云中,只需一个 Symfony2 命令。
使用此捆绑包,您可以创建 Cron 命令来创建备份并将其上传到云存储。
GitHub 存储库。