Migrating Data to a new Server

Can anyone tell me what the process is for migrating data to a new server. I’m self-hosting currently. If I need to move the data to a new server is it as simple as copying the relevant sqlite3 databases to the new server? Thanks.

Hi @Denis! The home.sqlite3 file keeps track of your documents and users, and the docs/*.grist files are the actual contents of the documents. Copying those to a new self-hosted server should work out I believe (though I haven’t tried it). You may have some other files, none of which would be essential I think - see the list here:

1 Like