网站/WordPress从虚拟主机搬家到VPS上

拖了一个月终于着手并且完成了。其实没有什么难的。但是因为我对Linux的了解非常局限,还是花了一番功夫,同时学了很多东西,在这里记一下。没有试图写一篇“手把手教你搬WP”,只是记录一些我觉得有帮助的东西,希望做同样的事情的且同样不是那么牛逼的Linux学习者们有用:)

虽说是WordPress搬家,但是任何一个小型网站搬家都差不多这样了吧,嘿嘿。

如果用cPanel和MySQLAdmin之类的东西可能就很傻瓜,但是第一cPanel太贵了(竟然要425多刀一年,我都笑了),第二VPS都买了必须必须要抓住每一个学Linux的机会啊。

过程如下(断断续续弄了好几天…):

环境

虚拟主机和VPS都是host2ez的,最牛逼的主机提供商。系统是CentOS Linux 5.6,apache(现在改名叫httpd)已经装好了,再装

yum php mysql mysql-server

就成。

文件

这个简单,cPanel把虚拟主机上文件打包,VPS上wget下来就好。WP的独立性做的好,文件路径改变不会有什么问题。备份用的插件BackUpWordpress倒因为出问题了,不能识别路径,我直接禁用掉了,VPS嘛马上弄个备份方案还不容易,不需要用WP的插件了。在[wordpress path]/wp_config.php里把信息改一下,数据库部分的怎么改见下面。

数据库

对数据库命令不了解的同学建议先看一下mysql的教程。我不能把所有操作都写出来…这次弄这个还学了不少数据库的东西…tutorial很容易搜到,我觉得有一个比较好的命令列表点 这里,里面包括了所有常用的命令。

在虚拟主机的cPanel – mysqladmin里备份出.sql文件,传上VPS,导入文件的命令是

mysql – u user_name -p database_name < file_name.sql

很多地方写的-p后面跟密码,我用的版本-p后面不跟东西,回车以后才提示输密码,可能是新版本不提倡显式输入密码了吧。非要用的话就–password=”xxxxxx”

如果你导出文件选的是整个mysql,需要打开文件把database”information_schema”部分删掉,否则会失败,这个db貌似是mysql自己的,不能改..不懂

之后要建立一个用户并给此用户分配使用相应db的权限,虽然我们也可以直接把root用户写进wp_config.php但是稍微有点安全意识的程序员都不会想要这么做的…虽然权限没什么大不了的,但是名字叫root就是不行! 所以进数据库:

mysql -u root -p

进去以后添加用户:

mysql> create user 'username'@'localhost' identified by 'mypass';

分配权限:

mysql> grant all privileges on databasename.* to username@localhost;
mysql> flush privileges;

然后就把这个用户甩给Wordpress啦(编辑wp_config.php)

测试的时候有一些问题

上面完了就能http进vps的ip看到博客了,但是不要去点任何东西…因为数据库里“本站”的地址还是原来的域名,这样如果你原来的网站还开着那么随便点个链接就进到原来网站了,如果没开那就can’t find page啦。

而且因为没法进后台改,所以只好进mysql改了

mysql> use viaxlcom_viaxlcom;
mysql> select * from wp_options where option_value rlike "^http";
+-----------+---------+-------------+----------------------------+----------+
| option_id | blog_id | option_name | option_value               | autoload |
+-----------+---------+-------------+----------------------------+----------+
|         2 |       0 | siteurl     | http://axlarts.com/blog      | yes      |
|        39 |       0 | home        | http://axlarts.com           | yes      |
|        41 |       0 | ping_sites  | http://rpc.pingomatic.com/ | yes      | 
+-----------+---------+-------------+----------------------------+----------+
3 rows in set (0.06 sec)
update wp_options set option_value="http://12.34.56.78/blog" where option_id=2;
update wp_options set option_value="http://12.34.56.78" where option_id=39;

这样就把VPS上的网站地址改成本身的IP了。

————————————-
另外我发现一些插件会出现权限问题,比如JW player(放flv视频用的插件),没法启用插件因为提示不能写目录,我整个www目录都是755权限,设置成777以后可以开启了,然后再弄回来。这个问题解决了但是原因一直不知道,直到我因为另一个问题搜了一下才搞明白。

另一个问题是:更新插件update的时候会提示我输入ftp帐号,以前没这事啊,于是我就去装了个vsftpd(ftp的服务端),设置好能更新了,但是为什么?后来搜到这篇文章 <Auto Update WordPress Without FTP> 解决了ftp的问题并且意识到上面的问题也和这个有关系,即因为目录的owner不是httpd,所以网站脚本没有对文件操作的权限。

/var/www目录的owner要设置成httpd的运行者(可以用ps aux或者top命令查看),可能是www,apache或者nobody或者其他的。我的是apache,所以在chown apache:apache /var/www -R之后update就不用输ftp了,我立刻关了vsftpd依然ok,可见之前是绕了弯子了,没权限还用ftp操作文件…

绑域名

进godaddy面板直接改A地址就好了,没有别的要操作的。

但是因为我本来虚拟主机上就放了两个网站,所以怎么在一个VPS上绑定多个域名多个网站?之前用cPanel是傻瓜操作,没有怎么弄?这个我也弄了好半天最终解决了,马上再写一篇单独说吧

好啦好啦,到此结束,路人有问题可以在下面留言~

11,216 thoughts on “网站/WordPress从虚拟主机搬家到VPS上

  1. DonPeala

    Now considering whether the post would translate well into a different form, and a look at snippetvamp suggested similar versatility, content that could move into other media without losing its substance is content that has been built around ideas rather than around format and this site reads as idea first throughout posts.

    Reply
  2. Alfredvap

    Thank you for being clear and direct, that simple approach saves so much frustration on the reader’s end, and a stop at tagbyte only made me more sure of it, the rest of the content seems to follow the same pattern which is a great sign of consistent editorial care behind the scenes.

    Reply
  3. Arthuraxorp

    Liked the post enough to read it twice and the second read found new things, and a stop at draftport similarly rewarded the second look, content with hidden depths that only reveal themselves on careful rereading is the rare kind that earns lasting respect rather than fleeting first impressions only briefly held.

    Reply
  4. SethCaula

    Glad the writer did not feel the need to argue with imaginary critics in the post itself, and a stop at sodasherpa kept the same focused approach going, defensive writing wastes the reader time and confidence on positions that did not need defending and this post has clearly avoided that common failure.

    Reply
  5. VladimirBoync

    A welcome reminder that thoughtful writing still happens online, and a look at vinylslogan extended that reassurance, the modern web makes it easy to forget that careful writing exists and finding sites that practice it is a small antidote to the cynicism that builds up from too much exposure to algorithmic content.

    Reply
  6. Jesseesory

    A welcome reminder that thoughtful writing still happens online, and a look at selectshare extended that reassurance, the modern web makes it easy to forget that careful writing exists and finding sites that practice it is a small antidote to the cynicism that builds up from too much exposure to algorithmic content.

    Reply
  7. VictorTor

    Will be passing this along to a few people who would benefit from the perspective shared here, and a stop at loneohm only added to what I will be sharing, this kind of generous content deserves to circulate widely rather than getting buried in some search engine algorithm tweak that pushes it down the rankings.

    Reply
  8. Tristanalomo

    Thanks for sharing this with the open internet rather than locking it behind a paywall like so many sites do now, and a stop at uppersharp kept the same vibe going, generous helpful and clearly written by someone who actually wants people to learn from it rather than just charge them.

    Reply
  9. Santiagocop

    Now feeling the post has earned a proper recommendation rather than a casual mention, and a stop at saddleswamp reinforced the recommendation strength, the difference between mentioning and recommending is a small editorial distinction I observe in my own conversations and this site has earned the upgraded recommendation level from me confidently today.

    Reply
  10. Luissoync

    Working through this site has been a small antidote to the shallow content that fills most of my reading time, and a stop at triadsharp extended that antidote function, sites that quietly improve the average quality of my reading by being themselves are sites worth supporting through return visits and recommendations consistently.

    Reply
  11. Clydetal

    Bookmark earned and shared the link with one specific person who would care, and a look at rivqiro got the same targeted share, sharing carefully rather than broadcasting is a discipline I try to maintain and this site is generating shares from me at a sustainable rate rather than the spam rate of viral content.

    Reply
  12. Andrevew

    The overall feel of the post was professional without being stuffy, and a look at saddlevicar kept that approachable expertise going, finding the right register for technical content is hard but this site has clearly figured out how to sound knowledgeable without slipping into that distant lecturing tone that loses readers in droves every time.

    Reply
  13. SethCaula

    Found something quietly useful here that I expect to return to, and a stop at sodasherpa added more of the same, content with quiet utility ages well in a way that flashy hot takes do not and I have learned to weight quiet utility much higher when deciding what to bookmark for later use.

    Reply
  14. VictorTor

    Worth recognising that the post did not pretend to be the final word on the topic, and a stop at loneohm continued that humility, content that admits its own scope and limits is more trustworthy than content that overreaches and this site has clearly developed the editorial maturity to know what it can and cannot claim well.

    Reply
  15. DamianCitek

    Came across this and immediately thought of a friend who would enjoy it, and a stop at tallysubdue also reminded me of someone, content that triggers the urge to share is content that has earned my recommendation and this site has earned multiple from me already across different conversations during the week.

    Reply
  16. VladimirBoync

    Picked this for a morning recommendation in our company chat, and a look at vinylslogan suggested I will mention this site again later, recommending content into a workplace context is a small editorial act that requires confidence in the recommendation and this site is making me confident in those recommendations consistently here too.

    Reply
  17. Santiagocop

    A piece that prompted a small mental rearrangement of how I order related ideas, and a look at saddleswamp extended that rearranging effect, content that affects the structure of my thinking rather than just adding to it is content with the deepest kind of impact and this site is reaching that depth for me today.

    Reply
  18. Tristanalomo

    Decent post that improved my afternoon a small amount, and a look at uppersharp added a bit more to that, sometimes the small wins online add up over time and a useful site like this one is the kind of place that contributes consistently to those small wins for me lately across many different topics I follow.

    Reply
  19. ConnorIrrep

    Now adjusting my mental model of how the topic fits into the broader landscape, and a look at meadochre extended that adjustment, content that affects my structural understanding rather than just my factual knowledge is content with deeper impact and this site is providing those structural updates at a meaningful rate consistently across topics.

    Reply
  20. BjornDexia

    Now understanding why someone recommended this site to me a while back, and a stop at qalnexo explained the recommendation, sometimes recommendations make sense only after experience and this site has finally clicked into place as the kind of resource I now understand was being recommended for sound editorial reasons by my friend.

    Reply
  21. Andrevew

    A piece that did not waste any of its substance on sales or promotion, and a look at saddlevicar continued that pure content focus, sites that resist the urge to monetise every paragraph are increasingly rare and this one has clearly made the editorial choice to keep the writing clean from commercial intrusion which I value highly.

    Reply
  22. Luissoync

    Reading this confirmed that my time researching the topic in other places had not been wasted, and a stop at triadsharp extended the confirmation, when independent sources agree that is a useful signal and this site is one of the more reliable sources I have found for cross checking what I read elsewhere on similar subjects.

    Reply
  23. Antoniocak

    Started believing the writer knew the topic deeply by about the second paragraph, and a look at sonarsandal reinforced that confidence, the speed at which a writer establishes credibility through their writing is a useful quality signal and this writer establishes it quickly and quietly without resorting to credential dropping or self promotion.

    Reply
  24. LeviLatry

    The tone stayed consistent across the whole post which is harder than it looks for longer pieces, and a look at sonartennis continued the same voice, this kind of editorial consistency is a sign of either a single careful writer or a tightly run team and either is impressive today across the broader media environment.

    Reply
  25. Andremig

    My time on this site has now extended past what I had budgeted, and a stop at driftfair keeps extending it further, content that overstays its budget in my schedule is content that has earned the extra time and this site has been earning extra time across multiple visits to the point where my schedule needs adjustment.

    Reply
  26. LeonCot

    Genuinely changed how I think about a small piece of the topic, which does not happen often online, and a look at solidtiger added another nudge in the same direction, the kind of writing that earns a small mental shift rather than just confirming what you already thought before reading is a sign of careful thought.

    Reply
  27. Clydetal

    Just sat with this for a bit longer than I usually would because the points are worth thinking about, and after rivqiro I had even more to chew on, the kind of post that nudges your thinking forward without forcing the issue is something I have always appreciated in good writing online.

    Reply
  28. ClarenceDep

    Thanks for the moderate length, neither so short it skips substance nor so long it bloats, and a stop at zornexo hit the same balance, the right length is one of the hardest things to calibrate in blog writing and I appreciate when a team has clearly thought about it rather than defaulting.

    Reply
  29. RomanSpota

    Now recognising that the post handled the topic with appropriate technical precision without becoming dry, and a stop at discoverlimitlessoptions continued that balance, technical precision and readability are often in tension and this site has clearly figured out how to maintain both at once which is one of the harder editorial achievements in the form.

    Reply
  30. FloydNup

    Now setting aside time on my next free afternoon to read more from the archives, and a stop at tundratoken confirmed that time will be well spent, the rare site whose archive deserves a dedicated reading session rather than just casual sampling is the kind of resource worth scheduling around and this one qualifies clearly.

    Reply
  31. ManuelTof

    Felt mildly happier after reading, which sounds silly but is true, and a look at laurelmallow extended that small mood lift, content that improves rather than degrades my mental state is content I want more of and the cumulative effect of reading sites that lift versus sites that drag is real over time.

    Reply
  32. HermanSmurl

    Such writing is increasingly rare and worth supporting through attention, and a stop at swirllink extended that supportive attention across more pages, the conscious choice to spend time on sites that produce careful work rather than convenient consumption is itself a small form of patronage and this site is receiving that conscious patronage from me.

    Reply
  33. LeviLatry

    Reading this slowly because the writing rewards a slower pace, and a stop at sonartennis did the same, the pace at which I read content is something I now use as a quality signal and writing that earns a slower pace earns my attention as a reader looking for substance these days.

    Reply
  34. Antoniocak

    However many similar pages I have read this one taught me something new, and a stop at sonarsandal added more new material, content that contributes genuinely fresh information rather than recycling what is already widely available is content with real informational value and this site is providing that informational freshness at a notable rate.

    Reply
  35. KieranBuh

    Now feeling the small relief of finding writing that does not condescend, and a stop at parsleymulch extended that respect for readers, content that treats its audience as capable adults rather than as people to be managed produces a different reading experience and this site has clearly chosen the respectful approach across all pieces.

    Reply
  36. Andremig

    Will share this on a forum I am part of where it will be appreciated by others working in the same area, and a look at driftfair suggests there is more here worth passing along too, definitely a generous resource that deserves a wider audience than it probably has today across the open internet.

    Reply
  37. DamianCitek

    Worth flagging that the writing rewarded a second read more than I expected, and a look at tallysubdue produced the same second read benefit, content with hidden depths that emerge only on careful rereading is rare in the modern blog space and this site has clearly invested in that level of compositional density throughout.

    Reply
  38. JamesKaF

    If the topic interests you at all this is a place to spend time, and a look at tasseltennis reinforced that recommendation, the broader question of where to invest topical reading time is one this site answers convincingly through the consistent quality across multiple pieces I have sampled during the current reading session today.

    Reply
  39. GabrielBeari

    Picked up something useful for a side project, and a look at skifftornado added another piece I will incorporate, content that connects to specific projects I am working on is content with practical utility and the practical utility of this site is showing up across multiple posts I have read in the last hour or so.

    Reply
  40. ConnorIrrep

    Pass this along to colleagues if the topic comes up, the framing here is sensible, and a stop at meadochre adds more useful angles to share, the kind of content that improves conversations rather than just feeding them is what makes a resource genuinely valuable in professional contexts going forward over time and across project boundaries too.

    Reply
  41. Vaughnbyday

    Worth marking the moment when reading this clicked into something useful for my own work, and a look at gondoenvoy extended that practical click, content that connects to my actual life rather than just being interesting is content with the highest kind of value and this site is generating that connection at a high rate.

    Reply
  42. Carlnoino

    Now recognising the post as a rare example of careful writing on a topic that mostly receives careless treatment, and a stop at twainverge extended that contrast with the average elsewhere, content that highlights how much the average is settling for low quality is content that has both internal merit and external value as a benchmark.

    Reply
  43. RomanSpota

    Came away feeling slightly smarter than I was when I started, that is a real win, and a stop at discoverlimitlessoptions added a bit more to that, the rare site that actually transfers some of its knowledge to the reader in a way that sticks rather than just creating an illusion of learning briefly.

    Reply
  44. Horacioreump

    Beyond the immediate post itself the editorial sensibility behind the site is what struck me, and a stop at villageswan continued displaying that sensibility, content that reveals editorial choices through accumulated reading is content with structural quality and this site has clearly developed an underlying approach worth identifying through multiple sessions of reading.

    Reply
  45. FloydNup

    Appreciate how nothing here feels copied or pieced together from other places, the voice is consistent and the tone stays human, and after I checked tundratoken I noticed the same style holds, which is a small detail but it makes the whole experience feel personal rather than like another generic site.

    Reply
  46. LeonCot

    Spent a few minutes here and came away with a clearer picture of the topic, the writing keeps things simple without dumbing them down, and after a stop at solidtiger the rest of the points lined up neatly which is something I appreciate when I am short on time and need answers fast.

    Reply
  47. ManuelTof

    Taking the time to read carefully here has been worthwhile for the past hour, and a look at laurelmallow extended the worthwhile reading, the calculation of return on reading time spent is something I do informally and this site has been producing positive returns across multiple sessions during the last week of regular visits and reads.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *