I have my own server that crashed. How can I migrate the projects to a new server?
1 Like
To migrate your projects to a new server after a crash:
- Recover Data – If possible, retrieve files from backups or the crashed server’s disk.
- Set Up the New Server – Install the necessary OS, software, and dependencies.
- Transfer Files – Use
rsync
, SCP, or restore from backups. - Reconfigure Services – Update environment variables, database connections, and server settings.
- Test & Verify – Ensure all projects run correctly before going live.
Do you have recent backups or access to the old server’s storage?
The new server is now kf.kobotoolbox. I don’t have the permissions to upload the databases from the server. Would it be possible to migrate from the kf.kobotoolbox administration?
Welcome back to the community, @adibafernandez! This Python Snippet should solve your issue.