462 B
462 B
TRIP uses SQLite databases to store the data.
To back up your data, follow these simple steps:
- Stop the container
# Look for TRIP container
$ docker ps
$ docker stop <trip_container_id>
- Copy the SQLite database file
$ cp /path/to/trip/storage/trip.sqlite /path/to/backups/trip.sqlite.bak
- Restart the container
Tip
To restore your data, simply copy the
trip.sqlitefile back into thestoragedirectory.