Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ability to zip export of multiple tables #299

Open
wants to merge 1 commit into
base: 3.x-dev
Choose a base branch
from

Conversation

Haran
Copy link

@Haran Haran commented Mar 6, 2024

Pull Request for Issue #298

Summary of Changes

  • php ./cli/joomla.php database:export --folder ./tmp --zip is now able to export all tables and compress them in a single zip file

Testing Instructions

  • Have running Joomla installation
  • Run php ./cli/joomla.php database:export --folder ./tmp --zip
  • Assert in ./tmp folder there's a zip file that contains all tables in corresponding xml files

Documentation Changes Required

No documentation changes required, the current on available on https://docs.joomla.org/J4.x:CLI_Database_Exporter_Importer already states, that php cli/joomla.php database:export --zip should "export the database as .zip file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant