Birden fazla MySQL veritabanı değiştirmek seferde (SAV veritabanı değişiklikleri)

0 Cevap php

We are running a PHP (zend framework) app that creates a database per user (for security/backup/and others reasons). All these databases have exactly the same structure and that will always be the case. When we deploy new features we'll need to expand all databases with the new fields/tables.

Bunun için dbdeploy kullanma hakkında okudum, ama onlar (isimleri tek tek vermeden) aynı anda birden fazla veritabanlarını desteklemek emin değilim. Veritabanları böylece kullanıcı3 ve kullanıcı2, user1 denir.

Are there any good tools that will make this process for us a bit easier and less painful? We are running phing for automated deployment and found the guide http://www.davedevelopment.co.uk/2008/04/14/how-to-simple-database-migrations-with-phing-and-dbdeploy/ not so useful because they don't support multiple databases like we have.

Ayrıca, bunu yapabilirsiniz Windows veya Mac mysql müşteri bizim için mümkün, bu yüzden herhangi bir şey için açık

0 Cevap