=== chris14_ is now known as chris14 [04:56] If we wanted to hire someone who is proficient in linux admin, and can help run scripts for customers, check database, troubleshoot customer issues, etc, is there a role name for this? It's like a linux admin, with some psotgres experience who can execute python scripts. *thinks [06:06] foo: one of "linux sysadmin", "linux systems engineer", "site reliability engineer", "full stack developer" or a few others, depending on how hip you want to be :-) If you do a web search for each of those plus "job description" you should get a feel for which one makes the most sense for your organisation. [06:11] Also, "platform engineer" and "infrastructure engineer". [06:11] So many choices! === kinghat8 is now known as kinghat [17:43] andol / blahdeblah_: thank you! === remolej6 is now known as remolej [22:17] hello all, im trying to clean up a sqlite db with a command that looks like this: sqlite3 /etc/thelounge/logs/user.sqlite3 "delete from messages where time < strftime('%s', datetime('now', '-7 day'))*1000; VACUUM;" [22:18] problem is that when I run it, I get an ERROR sqlite or disk is full [22:18] I'm at 82% disk utilization so not sure why is giving me that? [22:41] g4mbit: https://www.sqlite.org/lang_vacuum.html says in 3. that `VACUUM` creates a temporary file so maybe that's what pushing your into out of space territory? [22:42] heh :/ === kostkon_ is now known as kostkon [23:33] sdeziel thanks that was exactly what was happening [23:33] all good now, ty [23:59] yay :)