Вход в систему
Руководство по миграции
Эта страница предназначена для тех, кто хочет забрать у нас свой сайт.
А также в качестве аварийной инструкции на случай, если мы вдруг внезапно возьмем и исчезнем.
Так что рекомендуем сохранить ее себе на компьютер поближе к тому месту, где вы храните получаемые по e-mail резервные копии материалов сайта.
Архив базы данных сайта загружается в CMS Drupal(c), доступную по адресу http://www.drupal.org.
Краткая инструкция по установке:
Найти хостинг с MySQL не ниже 5.5 и PHP не ниже 5.5 (и не выше - PHP 5.6 и PHP 7 оно не умеет!)
Если на хостинге дают менее 128Mb RAM то вам придется учиться руками сбрасывать меню у Drupal. Это не самый простой и удобный процесс, поэтому рекомендую проверить, что хостинг дает 128Mb RAM скрипту. Рекомендуется все-таки 256Мb.
Загрузить и установить drupal 6.38.
Загрузить, установить и включить следующие модули:
- cck 6.x-2.10
- views 6.x-2.18
- filefield 6.x-3.14
- filefield_paths 6.x-1.5
- imagefield 6.x-3.11
- computed_field 6.x-1.0
- taxonomy_menu 6.x-2.9
- taxonomy_image 6.x-1.7
- taxonomy_hide 6.x-1.02
- tagadelic 6.x-1.5
- pathauto 6.x-2.1
- pathauto_persist 6.x-1.2
- page_title 6.x-2.7
- scheduler 6.x-1.10
- nodewords 6.x-1.15-beta1
- opengraph_meta 6.x-1.7
- site_map 6.x-2.2
- xmlsitemap 6.x-2.1
- site_verify 6.x-1.0
- token 6.x-1.19
- ubercart 6.x-2.15
- uc_affiliate2 6.x-2.6
- uc_coupon 6.x-1.8
- uc_discounts 6.x-1.x-dev
- uc_followup 6.x-1.2
- uc_option_image 6.x-1.4
- uc_pma 6.x-1.0
- uc_product_power_tools 6.x-1.13
- uc_profile 6.x-1.3
- uc_upsell 6.x-1.21
- uc_varprice 6.x-1.5
- uc_views 6.x-3.3
- advanced_blog 6.x-1.0-beta3
- votingapi 6.x-2.3
- advpoll 6.x-3.x-dev
- advuser 6.x-3.0-alpha2
- imagecache 6.x-2.0-rc1
- autoresponder 6.x-1.0-alpha1
- simplenews 6.x-1.5
- date 6.x-2.10
- purl 6.x-1.0-beta13
- subordomain 6.x-1.x-dev
- webform 6.x-3.23
- themekey 6.x-4.1
Если для модуля потребуются дополнительные зависимости, то их тоже надо загрузить, установить и включить.
Затем надо открыть страницу <ваш сайт>/admin/settings/performance и оставить эту вкладку открытой.
Затем надо загрузить таблицы из резервной копии через mysqldump или через вашу любимую панель управления MySQL.
Затем надо сбросить пароль администратора командой
UPDATE `users` SET pass = MD5('J6bJor05yADnnxuj') WHERE uid=1;
Если вы не знаете, что это за команда и что с ней делать - крайне рекомендуется найти того, кто знает.
Затем надо очистить ВСЕ кеш таблицы. Для чего перейти на ранее открытую вкладку <ваш сайт>/admin/settings/performance и кликнуть по кнопке "Clear cached data".
Если вы забыли открыть вкладку /admin/settings/performance и все поломалось, то ставьте drush и пробуйте сделать
drush cc all
а если не поможет, то
drush eval 'drupal_flush_all_caches();'
ВНИМАНИЕ! Это экспорт материалов, а не "копия папочки www". Таблиц {system} и {variables} нет. Поэтому сначала надо установить CMS и модули, затем включить все установленные модули, а потом загружать таблицы.
Обеспечивается то, что, если все сделали без ошибок, то после загрузки базы сайт откроется и покажет страницы. В гарантию не входит то, что если вы начнете что-то менять, то все будет меняться корректно. Потому что это зависит от десятков настроек модулей, которые мы уже, к сожалению, не можем контролировать.
Для любителей "самого нового": Cначала поставьте 6.x (считайте это археологической экскурсией), запустите сайт, а потом делайте upgrade хоть до Drupal 8.1+
Список таблиц, которые входят в резервную копию базы данных:
access autoresponder_messages autoresponder_sets autoresponder_users blocks blocks_roles boxes comments contact content_access content_field_nf content_field_hide_title content_field_image_cache content_field_pf content_field_ps content_field_short_description content_field_startdate content_group content_group_fields content_node_field content_node_field_instance content_type_advpoll_binary content_type_advpoll_ranking content_type_article content_type_minisite1 content_type_myproduct content_type_page content_type_product content_type_product_kit content_type_simplenews content_type_tovar01 content_type_webform corners files imagecache_action imagecache_preset imce_files ljxp_node mailchimp_user menu_custom menu_links menu_router node node_access node_revisions node_type nodewords nodewords_custom opengraph_meta page_title path_redirect pathauto_persist premium profile_checkboxes profile_fields profile_values role role_watchdog scheduler semaphore sessions simplenews_newsletters simplenews_snid_terms simplenews_snid_tid simplenews_subscriptions site_node site_verify sites taxonomy_menu term_data term_hierarchy term_node term_relation term_synonym themekey_ui_author_theme themekey_ui_node_theme uc_affiliate2_clicks uc_affiliate2_commission uc_affiliate2_orders uc_affiliate2_paid uc_affiliate2_product_commission uc_affiliate2_users uc_attribute_options uc_attributes uc_beznal_invoices uc_cart_link_clicks uc_cart_products uc_class_attribute_options uc_class_attributes uc_countries uc_coupons uc_coupons_orders uc_discounts uc_discounts_actions uc_discounts_conditions uc_ems_ru_zones uc_ems_ru_zw uc_flatgeo_methods uc_flatgeo_products uc_followup uc_followup_sent uc_order_admin_comments uc_order_comments uc_order_line_items uc_order_log uc_order_products uc_order_quotes uc_order_statuses uc_orders uc_packaged_products uc_packages uc_payment_receipts uc_power_tools uc_product_adjustments uc_product_attributes uc_product_classes uc_product_features uc_product_kits uc_product_options uc_product_stock uc_products uc_quote_product_locations uc_quote_shipping_types uc_roles_expirations uc_roles_messages uc_roles_products uc_shipments uc_store_footers uc_taxes uc_upsell_products uc_varprice_products uc_zones url_alias users users_roles views_display views_view vocabulary vocabulary_node_types votingapi_vote webform webform_block webform_component webform_emails webform_last_download webform_roles webform_submissions webform_submitted_data
===