You are here: Local > ImcSwitzerland > ImcChNewSite05MigratingToProduction
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