hauxir / OpenBazaar-Server

Server daemon for communication between client and OpenBazaar network
MIT License
1 stars 0 forks source link

Backup tool #1

Open hauxir opened 8 years ago

hauxir commented 8 years ago

Building a backup tool to export all of your store data into a single backup file that can be imported into a fresh install.

marcjamot commented 8 years ago

First version done and added to API, checking with developer at OpenBazaar to make sure it's how they want it.

hauxir commented 8 years ago

How is this going? Have you looked at the comments from the devs?

marcjamot commented 8 years ago

Yeah. Looking into how sqlite backup api works with python and how the restored data can collide with the existing data. Also to build the table structure automatically which could be done with the "sqlite_master" table and "pragma table_info".

hauxir commented 8 years ago

So how's this going now? It needs more test coverage? Maybe @gpseiridis can look at that?