Conversation
Notices
-
@moonman @maiyannah is queue_item ever cleaned in gnusocial? Its a table with blobs in it and dbs usually tips over with blobs. The processed items have a timestamp instead of null.
- Claes Wallin (韋嘉誠) repeated this.
-
@mikael @moonman Upgrade.php cleans it. I'm not sure if anything in normal operation does however. I know that the TwitterBridge plugin fucks servers up by filling the queue_item table up until the server explodes, though
-
@maiyannah @mikael I have an offsite backup process (currently broken because the db craps on mysqldump saying a table changed, partway through) but I am gonna set up a cron to run some of these jobs on a nightly basis.
-
@moonman @mikael I run /scrips/upgrade.php and the one to clean up the file table nightly prior to my backup process
-
@maiyannah @mikael For backup I guess I am gonna set up replication on a remote machine and do the mysqldump from there.
-
@moonman @mikael @maiyannah I understand that's the official best practice for backing up a live MySQL db.
-
@mikael processed items get removed. If they are still there you failed to delete it or it crashed before completion