Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,688
Issues
1,688
List
Boards
Labels
Service Desk
Milestones
Merge Requests
85
Merge Requests
85
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
2a263ddf
Commit
2a263ddf
authored
Sep 26, 2018
by
Mikaël Salson
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
doc/server.org
doc/server.org
+16
-4
No files found.
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