Backup-SQLite
From OpenSimulator
(Difference between revisions)
Brentseidel (Talk | contribs) (New page: Since SQLite saves its databases as local files, it's fairly simple to back it up. * Stop OpenSim * Copy all of the *.db files out of the /bin directory (assuming that you haven't changed ...) |
|||
Line 2: | Line 2: | ||
* Stop OpenSim | * Stop OpenSim | ||
* Copy all of the *.db files out of the /bin directory (assuming that you haven't changed this in the OpenSim.ini file) to wherever you want them saved. | * Copy all of the *.db files out of the /bin directory (assuming that you haven't changed this in the OpenSim.ini file) to wherever you want them saved. | ||
+ | |||
+ | |||
+ | [[Category:Database]] |
Revision as of 07:26, 19 November 2010
Since SQLite saves its databases as local files, it's fairly simple to back it up.
- Stop OpenSim
- Copy all of the *.db files out of the /bin directory (assuming that you haven't changed this in the OpenSim.ini file) to wherever you want them saved.