Skip to content

Instantly share code, notes, and snippets.

@vulieumang
Created April 5, 2022 14:59
Show Gist options
  • Save vulieumang/1fa6585fb315cb63b94cb4fd140683e8 to your computer and use it in GitHub Desktop.
Save vulieumang/1fa6585fb315cb63b94cb4fd140683e8 to your computer and use it in GitHub Desktop.
Using wordpress cli to auto export db to db.sql file
// using for command file
cd `dirname $0`
wp db export db.sql --allow-root
// using command on terminal
wp db export db.sql --allow-root
@vulieumang
Copy link
Author

public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment