diff options
Diffstat (limited to 'doc/md/Upgrade-and-migration.md')
-rw-r--r-- | doc/md/Upgrade-and-migration.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/md/Upgrade-and-migration.md b/doc/md/Upgrade-and-migration.md index 7348891f..2002a4e2 100644 --- a/doc/md/Upgrade-and-migration.md +++ b/doc/md/Upgrade-and-migration.md | |||
@@ -13,7 +13,7 @@ Shaarli stores all user data under the `data` directory: | |||
13 | - `data/ipbans.php` - banned IP addresses | 13 | - `data/ipbans.php` - banned IP addresses |
14 | - `data/updates.txt` - contains all automatic update to the configuration and datastore files already run | 14 | - `data/updates.txt` - contains all automatic update to the configuration and datastore files already run |
15 | 15 | ||
16 | See [[Shaarli configuration]] for more information about Shaarli resources. | 16 | See [Shaarli configuration](Shaarli configuration) for more information about Shaarli resources. |
17 | 17 | ||
18 | It is recommended to backup this repository _before_ starting updating/upgrading Shaarli: | 18 | It is recommended to backup this repository _before_ starting updating/upgrading Shaarli: |
19 | - users with SSH access: copy or archive the directory to a temporary location | 19 | - users with SSH access: copy or archive the directory to a temporary location |
@@ -25,7 +25,7 @@ As all user data is kept under `data`, this is the only directory you need to wo | |||
25 | 25 | ||
26 | - backup the `data` directory | 26 | - backup the `data` directory |
27 | - install or update Shaarli: | 27 | - install or update Shaarli: |
28 | - fresh installation - see [[Download and installation]] | 28 | - fresh installation - see [Download and installation](Download and installation) |
29 | - update - see the following sections | 29 | - update - see the following sections |
30 | - check or restore the `data` directory | 30 | - check or restore the `data` directory |
31 | 31 | ||
@@ -33,11 +33,11 @@ As all user data is kept under `data`, this is the only directory you need to wo | |||
33 | 33 | ||
34 | All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page. | 34 | All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page. |
35 | 35 | ||
36 | We recommend that you use the latest release tarball with the `-full` suffix. It contains the dependencies, please read [[Download and installation]] for `git` complete instructions. | 36 | We recommend that you use the latest release tarball with the `-full` suffix. It contains the dependencies, please read [Download and installation](Download and installation) for `git` complete instructions. |
37 | 37 | ||
38 | Once downloaded, extract the archive locally and update your remote installation (e.g. via FTP) -be sure you keep the content of the `data` directory! | 38 | Once downloaded, extract the archive locally and update your remote installation (e.g. via FTP) -be sure you keep the content of the `data` directory! |
39 | 39 | ||
40 | After upgrading, access your fresh Shaarli installation from a web browser; the configuration and data store will then be automatically updated, and new settings added to `data/config.json.php` (see [[Shaarli configuration]] for more details). | 40 | After upgrading, access your fresh Shaarli installation from a web browser; the configuration and data store will then be automatically updated, and new settings added to `data/config.json.php` (see [Shaarli configuration](Shaarli configuration) for more details). |
41 | 41 | ||
42 | ## Upgrading with Git | 42 | ## Upgrading with Git |
43 | 43 | ||
@@ -170,7 +170,7 @@ Total 3317 (delta 2050), reused 3301 (delta 2034)to | |||
170 | 170 | ||
171 | #### Step 3: configuration | 171 | #### Step 3: configuration |
172 | 172 | ||
173 | After migrating, access your fresh Shaarli installation from a web browser; the configuration will then be automatically updated, and new settings added to `data/config.php` (see [[Shaarli configuration]] for more details). | 173 | After migrating, access your fresh Shaarli installation from a web browser; the configuration will then be automatically updated, and new settings added to `data/config.php` (see [Shaarli configuration](Shaarli configuration) for more details). |
174 | 174 | ||
175 | ## Troubleshooting | 175 | ## Troubleshooting |
176 | 176 | ||