瀏覽代碼

Moving the blog

Bob Mottram 11 年之前
父節點
當前提交
614f000fb6
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. 8
    0
      beaglebone.txt

+ 8
- 0
beaglebone.txt 查看文件

4016
 find /var/www/mynewdomain/htdocs -type f -exec sed -i 's@myolddomain@mynewdomain@g' {} \;
4016
 find /var/www/mynewdomain/htdocs -type f -exec sed -i 's@myolddomain@mynewdomain@g' {} \;
4017
 #+END_SRC
4017
 #+END_SRC
4018
 
4018
 
4019
+If you're moving the blog to a new domain then you will need to delete the lock file:
4020
+
4021
+#+BEGIN_SRC: bash
4022
+rm /var/www/myblogdomainname.com/htdocs/fp-content/%%setup.lock
4023
+#+END_SRC
4024
+
4025
+Then visit your blog and reinstall it.  Your existing content will be unaffected but you will need to delete the welcome post which gets added and also re-select your chosen theme.
4026
+
4019
 ** MySql foo
4027
 ** MySql foo
4020
 *** Backup all databases
4028
 *** Backup all databases
4021
 To back up all mysql databases:
4029
 To back up all mysql databases: