docs: add note about verifying container name for backup commands
Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com>
This commit is contained in:
co-authored by
gabriel20xx
parent
14471bd5de
commit
e72186f08d
@@ -443,6 +443,9 @@ Response:
|
||||
- Persists across container restarts
|
||||
- Backup database:
|
||||
```bash
|
||||
# Verify container name first
|
||||
docker ps
|
||||
# Then backup (default container name is collabtable-server)
|
||||
docker cp collabtable-server:/data/collabtable.db ./backup.db
|
||||
```
|
||||
- Restore database:
|
||||
|
||||
Reference in New Issue
Block a user