You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan Nandan 36b3fc0ee8
Add docs for binary crates and upgrade deps
2 years ago
..
src Upgrade deps and bump version 2 years ago
Cargo.toml Upgrade deps and bump version 2 years ago
README.md Add docs for binary crates and upgrade deps 2 years ago

README.md

Skytable migration tool

The Skytable migration tool can be used to perform migrations between database versions. The basic idea is: "read all data from the older machine and send it over to the newer one."

For migrating versions from 0.6 to 0.7, the database administrator has to launch the tool in the old data directory of the old instance and then pass the new instance host/port information. The tool will then read the data from the directory (this was possible because 0.6 used a very simple disk format than newer versions). This approach however has the advantage of not having to start the database server for the migration to happen.

License

All files in this directory are distributed under the AGPL-3.0 License.