Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored Feb 16, 2024
1 parent 94a3aac commit 1ee378c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ To restore your full backup on startup, you need to mount your backup to the `/d

Please note that you should mount the content of your backup, not the backup folder itself (e.g., `backup-202307..`).

The backup will be restored if the daemon wasn't initialized before (first start). Otherwise, it will be skipped, even if it's mounted on the second launch or any other time. Once the backup is restored, the daemon will start.
The backup will be restored if the data directory is empty. Otherwise, it will be skipped, even if it's mounted on the second launch or any other time. Once the backup is restored, the daemon will start.

### Creating SQL dumps

Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ _main() {

# Check if manticore-backup is installed
if ! command -v manticore-backup > /dev/null; then
echo -e "${RED}Manticore backup isn't installed${NC}"
echo -e "${RED}manticore-backup isn't installed${NC}"
exit 1
fi

Expand Down

0 comments on commit 1ee378c

Please sign in to comment.