Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!26
Eliminate scheduler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Eliminate scheduler
eliminate-scheduler
into
master
Overview
0
Commits
14
Pipelines
0
Changes
8
Merged
Hahn Axel (hahn)
requested to merge
eliminate-scheduler
into
master
3 years ago
Overview
0
Commits
14
Pipelines
0
Changes
8
https://projects.iml.unibe.ch/projects/sysadmin/work_packages/4972/activity
Edited
3 years ago
by
Hahn Axel (hahn)
0
0
Merge request reports
Compare
master
version 2
dedc6dc0
3 years ago
version 1
77509b75
3 years ago
master (base)
and
version 1
latest version
6ada0a7e
14 commits,
3 years ago
version 2
dedc6dc0
7 commits,
3 years ago
version 1
77509b75
6 commits,
3 years ago
8 files
+
550
−
236
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
docs/30_Configuration/10_Database.md
+
4
−
4
View file @ 77509b75
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,18 +29,18 @@ Below that one a directory for the service will be generated; inside that one th
The number of days how long to keep dumps locally.
Remark:
To make a database restore its dump must be located at this directory.
To restore an older database you need to restore the dump from duplicity first.
To make a database restore its dump must be located at this directory.
If you have local Mysql daemon or Pgsql you can test it by starting
To restore an older database you need to restore the dump from the filke backup first.
If you have local Mysql daemon or Pgsql you can test it by starting
```
# dump all databases
sudo ./localdump.sh
```
```
# show written files
find /var/iml-backup
```
Loading