database importer exporter (rebase)#151
database importer exporter (rebase)#151mbabker merged 19 commits intojoomla-framework:2.0-devfrom twister65:2.0-exim
Conversation
Rebase PR joomla#23320
|
It looks like you had some test changes in joomla/joomla-cms#23320 that need to be ported over here as well. |
|
Yes, I will do it tomorrow. |
Dependent on the driver.
Add a comma
|
For the moment, I only tested this migration with the MySQL database. |
|
I tested this PR with MySQL and PostgreSQL databases. |
Use the joomla/console package instead of cli.
mbabker
left a comment
There was a problem hiding this comment.
Cursory look over just the console command code for now. I intend to do a full look over the rest of the PR over the weekend, but wanted to specifically hit the console code now since that's all pretty new and the import/export stuff is mostly copied from your other pull request.
|
PR joomla/joomla-cms#24733 uses Joomla/Console, it is ready for testing. |
Rebase Pull Request joomla/joomla-cms#23320.
This is about exporting and importing any database with a command-line interface (it can be placed in cronjob to schedule the database backup).
Summary of Changes
See PR joomla/joomla-cms#23320, PR joomla/joomla-cms#14272 (and PR joomla/joomla-cms#10991).
Testing Instructions
See PR joomla/joomla-cms#24733
Documentation Changes Required