markdown 使用WP-CLI导出Wordpress数据库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用WP-CLI导出Wordpress数据库相关的知识,希望对你有一定的参考价值。

## EXPORT WORDPRESS DABATABE 

##### SSH INTO SERVER
```TXT
$ ssh www-data@{IP ADDRESS HERE}
- Are you sure you want to continue connecting (yes/no)? yes 
www-data@178.79.163.166's password:

```

##### CD INTO WEBSITE REPO
```TXT
$ www-data@1minus1:~$ ls 
	html mod_cloudflare
other-examples
$ www-data@1minus1:~$ cd html/

$ www-data@1minus1:~/html
```

##### RUN DB EXPORT USING WP-CLI
```TXT
wp db export db.sql
www-data@1minus1:~/html$ exit
logout
```

##### DOWNLOAD DATABASE VIA SFTP (FILEZILLA), or run:

```TXT
$ www-data@139.162.239.177: /var/www/html/db.sql ~/Desktop
```

##### DELETE DB FILE

```TXT
rm db.sql
```

以上是关于markdown 使用WP-CLI导出Wordpress数据库的主要内容,如果未能解决你的问题,请参考以下文章

markdown WP-CLI备忘录

markdown WP-CLI数据库迁移说明

markdown Ubuntu 16.04:LAMP w / NodeJS和WP-CLI

在 XAMPP 中为 wp-cli.phar 使用不同的 php.ini

sh 使用WP-CLI重新生成映像

sh 使用WP-CLI重新生成映像