1
|
|
2
|
INTRODUCTION
|
3
|
------------
|
4
|
|
5
|
This document describes how to upgrade between major and minor versions of the
|
6
|
UUID module.
|
7
|
|
8
|
Upgrading between all major and minor versions have been successfully tested
|
9
|
when following the steps described in UPGRADE.txt from Drupal core, with
|
10
|
addition to the notes in this document.
|
11
|
|
12
|
Taking full backups of your files and database is always recommended before
|
13
|
doing any upgrades.
|
14
|
|
15
|
UPGRADING FROM UUID 6.x to UUID 7.x
|
16
|
-----------------------------------
|
17
|
|
18
|
In addition to the steps described by UPGRADE.txt from Drupal core, you need to
|
19
|
follow these notes:
|
20
|
|
21
|
* Before upgrading, update to the latest UUID 6.x-1.x-dev
|
22
|
|
23
|
* When doing your upgrade, you must first upgrade to UUID 7.x-1.0-alpha1 in
|
24
|
order to not lose any data during the upgrade. The reason is because the
|
25
|
sub-modules responsible for the data migration between 6.x and 7.x was
|
26
|
removed after the release of UUID 7.x-1.0-alpha1.
|
27
|
|
28
|
* After upgrading to UUID 7.x-1.0-alpha1 you can proceed upgrading to later
|
29
|
versions of UUID.
|
30
|
|
31
|
UPGRADING FROM UUID 7.x-1.0-alpha1 TO LATER VERSION
|
32
|
---------------------------------------------------
|
33
|
|
34
|
Make sure to follow these notes when upgrading from 7.x-1.0-alpha1 to later
|
35
|
versions:
|
36
|
|
37
|
* Before upgrading, disable UUID and all UUID sub-modules.
|
38
|
|
39
|
* Run update.php.
|
40
|
|
41
|
* Enable the UUID module. The entity specific UUID sub-modules doesn't exist
|
42
|
anymore. They are replaced with more efficient functionality in the UUID
|
43
|
module. No data is lost.
|