Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,412
Issues
1,412
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
d218552b
Commit
d218552b
authored
Aug 19, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve_doc' into 'dev'
Documentation on manually launching a backup See merge request
!506
parents
1763f59a
856f8dbd
Pipeline
#90155
passed with stages
in 6 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
doc/server.md
doc/server.md
+11
-1
No files found.
doc/server.md
View file @
d218552b
...
...
@@ -268,7 +268,7 @@ Contact us (<mailto:contact@vidjil.org>) to have more information and help.
# Docker -- Troubleshooting
##
#
Error "Can't connect to MySQL server on 'mysql'"
## Error "Can't connect to MySQL server on 'mysql'"
The mysql container is not fully launched. This can happen especially at the first launch.
You may relaunch the containers.
...
...
@@ -298,6 +298,16 @@ you can look into:
```
If the database does not exist, mysql will display an error after logging in.
## Launching manually the backup
The backup should be handled by the backup container. If so, connect to this
container and run (for a full backup, otherwise add the
`-i`
option when
running
`backup.sh`
):
```
sh
cd
/usr/share/vidjil/server
sh backup.sh vidjil /mnt/backup
>>
/var/log/cron.log 2>&1
```
# Docker -- Updating a Docker installation
...
...
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