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
856f8dbd
Commit
856f8dbd
authored
Aug 19, 2019
by
Mikaël Salson
Browse files
server.md: Documentation on manually launching a backup
See vdj#903
parent
ecffd703
Pipeline
#90147
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/server.md
View file @
856f8dbd
...
@@ -268,7 +268,7 @@ Contact us (<mailto:contact@vidjil.org>) to have more information and help.
...
@@ -268,7 +268,7 @@ Contact us (<mailto:contact@vidjil.org>) to have more information and help.
# Docker -- Troubleshooting
# 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.
The mysql container is not fully launched. This can happen especially at the first launch.
You may relaunch the containers.
You may relaunch the containers.
...
@@ -298,6 +298,16 @@ you can look into:
...
@@ -298,6 +298,16 @@ you can look into:
```
```
If the database does not exist, mysql will display an error after logging in.
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
# 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