alastairp: did you measure at which rate the db is growing ? i did a rough estimate of 50gb/month (based on disk space, so perhaps wrong)
alastairp
no, but we could estimate it based on average data size and rate of growth of number of rows
zas
can you do that ? if we need to throw more resources it will be useful. Perhaps time to think about scalability of this project
ruaok: last change looks rather positive, still need more stats to be sure though
ruaok
Oh, good. I guess the caches are warm now.
ruaok is spending quality time at correos
zas
btw, what's the traffic on eth0 atm ?
ruaok
Akf atm. Will look when home again.
zas
ftp download
ruaok
Sigh. Everytime i collect a parcel, it's not a matter of picking it up, but some great mystery the staff needs to solve.
alastairp
Mr_Monkey: still at office?
bitmap has quit
bitmap joined the channel
Mr_Monkey
alastairp: Yep
Where do you want to meet?
alastairp
Mr_Monkey: I'm a block away, I'll come upstairs
Mr_Monkey
Oh !
Cyna
yvanzo: You around for a bit ?
yvanzo
yup!
Cyna
I've been trying to figure out how to connect my redis container to work as a redis-server for my server container. Previously when i did it manually I used to run the command `redis-server` in a new terminal
But I cant do the same with compose... This is probably one of the issues Im facing before which my compose-file can be completed
I tried changing the values in `DBDefs.pm` so now my server pings to redis:6379 but it doesnt do the job yet
I'll start working on fixes for both in the morning.
yvanzo has quit
ephemer0l is now known as SeaDough
Lotheric has quit
SeaDough is now known as LandBread
LandBread is now known as SeaDough
SeaDough is now known as GeneralDiscourse
Lotheric joined the channel
punkscience joined the channel
punkscience
Hey there. Are there any 'getting started' docs on how to contribute to the listenbrainz server issues? Looking for the 101 -- how to launch the server, any guidance on the workflow for submitting changes etc.
So I am installing the dev environment on a Mac. I ran this line:
docker-compose -f docker/docker-compose.yml -p listenbrainz run --
The error message says ERROR: No such service: --
Whatever '--' means is probably something supported by linux but not macOS.
Any idea what the translation might be?
aidanlw17
Hey punkscience! I don't work on listenbrainz but I just followed through the installation process, and I think it should work on mac - it did on mine, at least
The problem you're having there is that the command continues onto the next line in that blog post
So the full command is "docker-compose -f docker/docker-compose.yml -p listenbrainz run --rm web python3 manage.py init_db --create-db", for example
If you haven't found this already, I think a more comprehensive guide would be the listenbrainz-server docs