arachn1d wrote:
The size is coming from DB size and DB backups.
Do I try to put my DB on a separate linode instance?
Or you can just upgrade your Linode. It doesn't save you any money to run two smaller Linodes, you know...
Also, old DB backups should be moved somewhere else. It doesn't make any sense to keep both the DB and the backups in the same server, except temporarily while you're producing the backup. As soon as the backup file has been produced, it should be shipped off to somewhere else.
I would recommend moving the backups to Amazon S3. There are plenty of scripts that you can use to produce daily backups of your DB, upload it to S3, and delete the backup after it has been safely uploaded to S3.