]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/user/backup.rst
Reordered documentation
[github/wallabag/wallabag.git] / docs / en / user / backup.rst
CommitLineData
67aa755f 1Backup wallabag
fc75009d 2===============
2e389b0b 3
67aa755f 4Because sometimes you may do a mistake with your wallabag and lose data or in case you need to move your wallabag to another server you want to backup your data.
fc75009d
BMM
5This articles describes what you need to backup.
6
67aa755f 7Basic settings
fc75009d 8--------------
67aa755f 9wallabag stores some basic parameters (like SMTP server or database backend) in the file `app/config/parameters.yml`.
fc75009d
BMM
10
11Database
12--------
67aa755f 13As wallabag supports different kinds of database, the way to perform the backup depends on the database you use, so you need to refer to the vendor documentation.
fc75009d
BMM
14
15Here's some examples:
16
67aa755f
NL
17- MySQL: http://dev.mysql.com/doc/refman/5.7/en/backup-methods.html
18- PostgreSQL: https://www.postgresql.org/docs/current/static/backup.html
fc75009d 19
67aa755f 20SQLite
fc75009d 21~~~~~~
67aa755f 22To backup the SQLite database, you just need to copy the directory `data/db` from the wallabag application directory.
fc75009d
BMM
23
24Images
25------
2e389b0b 26The images retrieved by wallabag are stored under `web/assets/images` (the images storage will be implemented in wallabag 2.2).