aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Upgrade-and-migration.md
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-06-18 06:32:30 +0200
committernodiscc <nodiscc@gmail.com>2017-06-18 06:32:30 +0200
commit0433c688b9be6097b85a8fec31b3dacd0ab81677 (patch)
tree74f18e5c6c993ec0c920a96c3321f82831388de8 /doc/md/Upgrade-and-migration.md
parent460ce50115e5f5a1183c3c410fd76636ee5c4716 (diff)
downloadShaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.tar.gz
Shaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.tar.zst
Shaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.zip
make htmlpages
Diffstat (limited to 'doc/md/Upgrade-and-migration.md')
-rw-r--r--doc/md/Upgrade-and-migration.md10
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
16See [[Shaarli configuration]] for more information about Shaarli resources. 16See [Shaarli configuration](Shaarli configuration) for more information about Shaarli resources.
17 17
18It is recommended to backup this repository _before_ starting updating/upgrading Shaarli: 18It 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
34All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page. 34All tagged revisions can be downloaded as tarballs or ZIP archives from the [releases](https://github.com/shaarli/Shaarli/releases) page.
35 35
36We 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. 36We 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
38Once downloaded, extract the archive locally and update your remote installation (e.g. via FTP) -be sure you keep the content of the `data` directory! 38Once 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
40After 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). 40After 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
173After 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). 173After 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