Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2a263ddf
Commit
2a263ddf
authored
Sep 26, 2018
by
Mikaël Salson
Browse files
server.org: Update documentation for backup
parent
14b813e4
Pipeline
#41092
failed with stages
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/server.org
View file @
2a263ddf
...
...
@@ -544,11 +544,23 @@ Disks failures or other events could have triggered a read-only partition.
** Making backups
Performing an Analysis in Vidjil is time-consuming, therefore should the
data be lost, valuable man-hours are also lost.
In order to prevent this we make regular incremental
(?)
backups of the
In order to prevent this we make regular incremental backups of the
data stored on the vidjil servers.
This not only applies to the fiels uploaded and created by vidjil, but also
to the database.
This applies to the files created during the analysis (either by a software or a human).
This does not apply to uploaded files.
To ease the backup, the =backup.sh= script provides an example. For this
script to be ran automatically, it is required that =mysqldump= doesn't ask
for a password. The credentials informations should be provided in a
=~/.my.cnf= file (for MySQL obviously).
#+BEGIN_SRC conf
[client]
user = backup
password = "strongpassword"
host = localhost
#+END_SRC
It is also advised that the backup user has a read-only access to the database.
** Autodelete and Permissions
Web2py has a handy feature called AutoDelete which allows the administrator
to state that file reference deletions should be cascaded if no other
...
...
Mathieu Giraud
@magiraud
·
Sep 26, 2018
Owner
idem, je m'en occupe
idem, je m'en occupe
Mikaël Salson
@mikael-s
mentioned in commit
55ff60e2
·
Sep 26, 2018
mentioned in commit
55ff60e2
mentioned in commit 55ff60e2e883357ee53d84713c074e9750d3ef5a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment