Hi there,
How would I go about dumping an sqlite database on Ubuntu 16.04?
I am using an sqlite database within TeamSpeak 3 but do not know the commands to dump the sqlite database.
Any help would be appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This comment has been deleted
@alexeps2014
The easiest way would be to use
.dump
, for example:You can either
cd
in to the directory where the database is, or call the direct path during execution.For example, if your database is located at:
and you wanted to backup the database to
you’d use: