Languages: English • Français • のアップグレード/詳細 日本語 Русский • 中文(简体) • (Add your language)
wp-config.php
;wp-content
; Исключение: каталоги wp-content/cache
и wp-content/plugins/widgets
можно удалить.wp-images
;.htaccess
— если вы добавляли собственные правила в .htaccess
, не удаляйте его;robots.txt
— если ваш блог расположен в корневом каталоге сайта (т.е. блог и является сайтом), и вы создали этот файл, не удаляйте его.Это краткий обзор процесса обновления. Подробные инструкции вы найдёте ниже.
В случае возникновения проблем повторно прочтите приведённые ниже инструкции, чтобы убедиться в правильности всех действий, и обратитесь к разделу «Решение проблем: Основные проблемы при установке».
Выполните шаги 1-4, затем посетите Administration > Tools > Upgrade и нажмите кнопку "Обновить автоматически".
Следующие ниже инструкции пошагово и наиболее детально поясняют процесс обновления. Пожалуйста, внимательно прочитайте все инструкции, прежде чем начинать обновление!
Создайте резервную копию баз данных. Все Ваши данные WordPress, такие как as Пользователи, Посты, Страницы, Ссылки и Категории, - сохранены в MySQL database. Пожалуйста, прочитайте: Backing Up Your Database для более детального описания резервного копирования баз данных.
Крайне важно создать резервную копию баз данных перед началом обновления! Если по каким-либо причинам вы посчитаете необходимым вернуться к прежней версиии WordPress, Вы будете иметь возможность восстановить базы данных из этой резервной копии.
Back up ALL of your files in your WordPress directory and your .htaccess file. Typically, this process involves using an FTP program to download ALL your WordPress files from your host to your local computer. Please read Backing Up Your WordPress Site for further explanation.
If you have made changes to any core WordPress files, or if you've got customized Plugins or Themes, you will want to have a good backup of those files. It is extremely important to back up your files before beginning the upgrade. If for some reason you find it necessary to revert back to the 'old' version of WordPress you will need to upload these files.
Verify that the backups you created are there and usable. This is the most important step in the upgrade process! The verification process involves making sure you can see the backup files on your local computer (or wherever you've stored them) and that you can navigate into any sub-folders. If the files are in a zip file, make sure you can open the zip file. Also consider opening a .sql file in an editor to see if the tables and data are represented.
In your Administration panel, under the Plugins choice, deactivate any Plugins. Because of the changes to WordPress, some Plugins may conflict with the upgrade process.
If you have not completed the first four procedures, STOP, and do them! Do not attempt the upgrade unless you have completed the first four steps.
The best resource for problems with your upgrade is the WordPress Support Forums, and if you have problems, the volunteers at the WordPress Support Forums will likely ask if you have completed the first four steps.
Download and unzip the WordPress package from http://wordpress.org/download/.