From 5fad720e11b6ae3e7c4ff55d5cd223a8a61ee73c Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 9 May 2019 16:12:21 -0700 Subject: [PATCH] Created Database transition (markdown) --- Database-transition.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Database-transition.md diff --git a/Database-transition.md b/Database-transition.md new file mode 100644 index 0000000..c635afb --- /dev/null +++ b/Database-transition.md @@ -0,0 +1,6 @@ +# Database transition +The default database for BentoBox is one that stores files on the file system using JSON (it used to be YAML, but since 1.5.0 it is JSON). This approach should work for most servers. However, it may be that your server has grown to the point where having the database on another machine will help. Alternatively, you may have other software that wants to access that data, e.g., a web site. BentoBox offers the ability to migrate your data from one type of database to another seamlessly. + +## Steps + +To be added.