Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
如何正確備份與搬移網站資料(使用 Duplicator 與 WP Migrate DB Pro)
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Yucheng Wang
October 07, 2018
Programming
280
1
Share
如何正確備份與搬移網站資料(使用 Duplicator 與 WP Migrate DB Pro)
Yucheng Wang
October 07, 2018
More Decks by Yucheng Wang
See All by Yucheng Wang
不會寫程式也可以 - 使用 Elementor + ACF 來客製化網站
ucheng
0
420
使用 Gutenberg 和 ACF Block 重新建置網站
ucheng
0
220
使用 ManageWP 來管理網站
ucheng
0
390
提升你的古騰堡編輯體驗 - EditorsKit 介紹
ucheng
0
280
使用 ProjectHuddle 來管理客戶需求和回饋
ucheng
3
390
網站客製化、除錯的好幫手 - Chrome Developer Tools 基本介紹
ucheng
0
1k
基本網站安全防護
ucheng
1
150
使用 ACF Pro 打造客製化古騰堡區塊
ucheng
1
530
使用 Admin Menu Editor 打造簡單易用的後台
ucheng
0
200
Other Decks in Programming
See All in Programming
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
1.2k
テレメトリーシグナルが導くパフォーマンス最適化 / Performance Optimization Driven by Telemetry Signals
seike460
PRO
2
200
Coding as Prompting Since 2025
ragingwind
0
560
Smarter Angular mit Transformers.js & Prompt API
christianliebel
PRO
1
110
実践ハーネスエンジニアリング #MOSHTech
kajitack
7
5.1k
Strategy for Finding a Problem for OSS: With Real Examples
kibitan
0
130
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
140
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
2
470
モックわからないマン卒業記 ~振る舞いを起点に見直した、フロントエンドテストにおけるモックの使いどころ~
tasukuwatanabe
3
430
How to stabilize UI tests using XCTest
akkeylab
0
150
Fundamentals of Software Engineering In the Age of AI
therealdanvega
2
310
20260320登壇資料
pharct
0
140
Featured
See All Featured
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
500
Code Review Best Practice
trishagee
74
20k
How to Talk to Developers About Accessibility
jct
2
170
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
160
AI: The stuff that nobody shows you
jnunemaker
PRO
4
500
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
92
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
100
Six Lessons from altMBA
skipperchong
29
4.2k
What does AI have to do with Human Rights?
axbom
PRO
1
2.1k
Transcript
如何備份與移轉 WordPress 網站 WordPress Meetup Taichung #4
王昱程 Stanley @uchengwang PHP / Laravel / WordPress Developer WordPress
Meetup Taichung #4
⼤大綱 • 要備份什什麼? • 如何使⽤用 Duplicator 備份/還原網站? • 如何搬遷網站資料和內容? •
如何使⽤用 WP Migrate DB Pro 來來快速移轉網站資料?
聽完今天的分享你可以... 1.⾃自⼰己管理理⾃自⼰己的網站:知道該備份什什麼檔案和資料,如何還原備份 以及搬遷網站 2.管理理很多網站的⼯工程師/設計師/⼯工作室:透過⼯工具來來簡化⼯工作流程 WordPress Meetup Taichung
#1
Backup Migrate 備份 移轉
Backup 備份
檔案 資料
1.核⼼心檔案: wp-admin wp-inclues 其他根⽬目錄下的檔案 不可修改,避免造成⽇日後更更新維護困難 2.使⽤用者建立的檔案: wp-content
12 個基本資料表(Table) 隨著安裝的插件會建立的資料表數量量會有所不同 .sql 檔 純⽂文字檔 可使⽤用⼯工具如 phpmyadmin 來來匯出檔案
Demo - 如何使⽤用 Duplicator 備份網站
Migrate 移轉
1.將網站搬移到不同主機(網域相同) 2.將網站搬移到不同主機(網域不同) 本機 www.mysite.local 測試站 test.mysite.com 正式站 mysite.com Migrate
流程 本機/另⼀一個遠端主機 正式站 備份/下載檔案 備份/匯出資料庫 上傳檔案 匯入資料庫 www.wptc.local wptc.ucheng.io 修改網址
序列列化資料 $config = array( 'color' => ‘red', ‘domain' => ‘https://mysite.com'
); a:2:{s:5:”color”;s:3:"red";s:6:"domain";s:18:"https://mysite.com";} PHP Database https://codex.wordpress.org/Function_Reference/maybe_serialize
如何正確修改網址 1.匯出前修改網址:Search & Replace、WP Migrate DB 2.匯出後修改網址:Search Replace DB
Demo - 如何使⽤用 Duplicator 安裝檔移轉網站
流程 本機/測試站 正式站 備份/下載檔案 備份/匯出資料庫 上傳檔案 匯入資料庫 www.wptc.local wptc.ucheng.io 修改網址
有沒有比較快的⽅方法?
WP Migrate DB Pro
流程 本機/測試站 正式站 www.wptc.local wptc.ucheng.io push pull
https://snapcreek.com/?discount=TAICHUNG30 https://deliciousbrains.com/wp-migrate-db-pro/?coupon=wp-txg-18 Duplicator Pro WP Migrate DB Pro Coupon