aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/doc/src/relup.xml
blob: 58918fc8e83e6a47ed818eb38dcbfd8b0e99cdf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE fileref SYSTEM "fileref.dtd">

<fileref>
  <header>
    <copyright>
      <year>1997</year>
      <year>2013</year>
      <holder>Ericsson AB, All Rights Reserved</holder>
    </copyright>
    <legalnotice>
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

  The Initial Developer of the Original Code is Ericsson AB.
    </legalnotice>

    <title>relup</title>
    <prepared></prepared>
    <docno></docno>
    <date></date>
    <rev></rev>
  </header>
  <file>relup</file>
  <filesummary>Release upgrade file</filesummary>
  <description>
    <p>The <em>release upgrade file</em> describes how a release is
      upgraded in a running system.</p>
    <p>This file is automatically generated by
      <seealso marker="systools#make_relup/3"><c>systools:make_relup/3,4</c></seealso>, 
      using a release resource file
      (<c>.rel</c>), application resource files (<c>.app</c>), and
      application upgrade files (<c>.appup</c>) as input.</p>
  </description>

  <section>
    <title>File Syntax</title>
    <p>In a target system, the release upgrade file is to be located in
      directory <c>$ROOT/releases/Vsn</c>.</p>
    <p>The <c>relup</c> file contains one single Erlang term, which
      defines the instructions used to upgrade the release. The file has
      the following syntax:</p>
    <code type="none">
{Vsn,
  [{UpFromVsn, Descr, Instructions}, ...],
  [{DownToVsn, Descr, Instructions}, ...]}.</code>
    <taglist>
      <tag><c>Vsn = string()</c></tag>
        <item><p>Current release version.</p></item>
      <tag><c>UpFromVsn = string()</c></tag>
        <item><p>Earlier version of the release to upgrade from.</p></item>
      <tag><c>Descr = term()</c></tag>
        <item><p>A user-defined parameter passed
          from the function 
	  <seealso marker="systools#make_relup/3"><c>systools:make_relup/3,4</c></seealso>.
	  It is used in the return value of
          <seealso marker="release_handler#install_release/1"><c>release_handler:install_release/1,2</c></seealso>.</p></item>
      <tag><c>Instructions</c></tag>
        <item><p>A list of low-level release upgrade instructions, see
          <seealso marker="appup"><c>appup(4)</c></seealso>.
          It consists of the release upgrade instructions from
          the respective application upgrade files (high-level instructions
          are translated to low-level instructions), in the same order
          as in the start script.</p></item>
      <tag><c>DownToVsn = string()</c></tag>
        <item><p>Earlier version of the release to downgrade to.</p></item>
    </taglist>
  </section>

  <section>
    <title>See Also</title>
    <p><seealso marker="kernel:app"><c>app(4)</c></seealso>,
      <seealso marker="appup"><c>appup(4)</c></seealso>,
      <seealso marker="rel"><c>rel(4)</c></seealso>,
      <seealso marker="release_handler"><c>release_handler(3)</c></seealso>,
      <seealso marker="systools"><c>systools(3)</c></seealso></p>
  </section>
</fileref>