Skip to topic | Skip to bottom
Home
Search:

Local
Local.ImcChNewSite05MigratingToProductionr1.9 - 04 Apr 2006 - 13:38 - NeGutopic end
You are here: Local > ImcSwitzerland > ImcChNewSite05MigratingToProduction

Start of topic | Skip to actions
ImcSwitzerland | ImcSwitzerlandIt | ImcSwitzerlandFr | ImcSwitzerlandDe

All done

Tasks / stuff / etc. that has to be done while moving to new site

pg_dump mirch -F t -b -x -O -U ch_indy | gzip -9 >mirch_dump_06.tar.gz

  • mir internal:
    • [done] add new article types: pressarchive, nonhtmlstatic, newswiretranslation, featuretranslation, calendartranslation
    • [done] add new comment status: normal, nonsense, hidden
    • [done] set all comments to status normal (published one) and hidden ones to published but status (hidden)
      • UPDATE comment SET comment_status = (select id from comment_status where name ="normal") where is_published = '1'
      • UPDATE comment SET comment_status = (select id from comment_status where name ="hidden"), is_published='1' where is_published = '0'
    • [done] copy new static table entries and nonhtml static entries
    • [done] generate all the new users
    • [done] set all the content to unproduced: UPDATE content SET is_produced='0';
  • mir external:
    • [done] mv the current dir to curr.bak
    • [done] cvs checkout of new ch code
    • [done] cvs update of mir
    • [done] diff the config.properties from the testserver

  • apache (Kosmos/ahimsa*)
    • [done] add AddDefaultCharset? utf-8 to the ch virtualhost

-- NeGu - 07 Dec 2005
to top


You are here: Local > ImcSwitzerland > ImcChNewSite05MigratingToProduction

to top

Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this tool? Send feedback (in English, Francais, Deutsch or Dutch).