codema.in

database backup

Pirate PraveenPirate Praveen Mon 16 Sep 2013 1:33PMPublicSeen by 293

We need to back up database and Nitesh had volunteered to set it up.

Shafeeq K

Shafeeq KMon 31 Mar 2014 2:36PM

@praveenarimbrathod Sure. What should I do first?

Pirate Praveen

Pirate PraveenMon 31 Mar 2014 2:40PM

@shafeeqk try backing up your pod first.

Manu Krishnan T V

Manu Krishnan T VWed 2 Apr 2014 4:19AM

@praveenarimbrathod @shafeek I believe a Master/Slave setup will be best option to backup the database, which is the most important part of a pod. Poddery database was around 5GB when we migrated to Knightswarm. So, dumping it all the time and moving to a different location doesn't seems to be a viable option.

Also, files can be backed up using tools like duplicity, which supports incremental backups through rsync and other protocols.

Pirate Praveen

Pirate PraveenThu 3 Apr 2014 11:30AM

@shafeeqk we should ensure the data is encrypted on transport (mysql replication has that option) as well as storage (replication server should store its data on an encrypted partition.

Pirate Praveen

Pirate PraveenThu 3 Apr 2014 11:33AM

Shafeeq K

Shafeeq KThu 3 Apr 2014 2:51PM

@praveenarimbrathod I see. I backed up my pod database using mysqldump. I'll try setting up a slave for it and using SSH Tunnel. But for encrypted storage, don't we need a host that allows full disk encryption? Also, @manukrishnantv , should we detach the slave after it is set up to make sure that the data stays intact?

Pirate Praveen

Pirate PraveenFri 4 Apr 2014 6:51AM

@shafeeqk , Sooraj has one server with full disk encryption setup. Manu has the access details.

Manu Krishnan T V

Manu Krishnan T VSat 5 Apr 2014 4:15AM

@shafeeqk I'll be sitting with Sooraj today for fixing up few things in that server. Will share the details after that.

Lets create a script to detach the server for a while to create a SQL dump and reattach again.

Manu Krishnan T V

Manu Krishnan T VSat 23 Aug 2014 4:29PM

Its high time we look into this seriously, as we are taking some decisions which might not be agreed by the governmental bodies, like the take on Islamic State creating an account in our pod (Still on voting).

Pirate Praveen

Pirate PraveenWed 10 Feb 2016 9:46AM

@manukrishnantv we have to revisit it. What is the status of Sooraj's server?

Manu Krishnan T V

Manu Krishnan T VTue 16 Feb 2016 2:34PM

The server is still up and running, but hosts Varnam build using Jenkins, and its log eats up lot of space. Last time when I checked, it had around 20GB free out of 80.

Pirate Praveen

Pirate PraveenMon 14 Mar 2016 6:56AM

@manukrishnantv I think it is better to get a cheap scaleway vps at 2.99 euros. We can backup diasp.in as well there.

Manu Krishnan T V

Manu Krishnan T VMon 14 Mar 2016 7:18AM

I haven't tried Online.net's services yet, but they have been there for a while and offer cheaper servers.

The 2.99 euro server comes with a 50GB SSD. Additional volumes can be mounted at 1 Euro per 50GB, which seems cheap.

Meanwhile, a 100GB on Amazon S3, will cost just above 2$, on pay as you go. So, there are alternatives.

Pirate Praveen

Pirate PraveenMon 14 Mar 2016 7:21AM

@manukrishnantv but Amazon is US based, it doesn't make sense to backup in US when we specifically chose non-US provider for main service.

Pirate Praveen

Pirate PraveenSun 20 Mar 2016 1:47PM

Finally after a whole day's effort we have full backup of poddery.com

  1. backup.poddery.com is running on a Scaleway.com C1 VPS (arm soc).
  2. /var/lib/diaspora is a 50GB encrypted disk
  3. mysql replication uses an ssh tunnel to poddery.com so replication is encrypted. sshtunnel user is created on both servers. Can someone create a systemd service to start this tunnel automatically before mysql?
  4. an hourly cron job will rsync diaspora/public/uploads to /var/lib/diaspora/uploads.

http://fosscommunity.in/index.php?title=Poddery has some initial documentation. Someone please verify the backup is working and ask me if the docs are not clear on any point.