Rebuild hanging

Been stuck on this for over an hour:

I, [2024-04-17T09:57:04.110084 #1] INFO -- : > cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile:build'
97:M 17 Apr 2024 10:01:01.012 * 100 changes in 300 seconds. Saving...
97:M 17 Apr 2024 10:01:01.012 * Background saving started by pid 3733
3733:C 17 Apr 2024 10:01:01.026 * DB saved on disk
3733:C 17 Apr 2024 10:01:01.027 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
97:M 17 Apr 2024 10:01:01.112 * Background saving terminated with success
97:M 17 Apr 2024 10:56:01.848 * Replication backlog freed after 3600 seconds without connected replicas.

The server has 64GB of memory so I don’t think it’s a memory issue, although in the container I had specified db_shared_buffers: "4096MB" as per the set-up recommendations.

Any ideas what’s going on? How to troubleshoot? Fix?

That’s strange. I think I would control-c and try again.

2 Likes

Thanks Jay, I waited two hours and did that (it’s an archived forum so wasn’t too bothered about the downtime).

Only thing I did different was I had added - git clone https://github.com/discourse/discourse-calendar but noticed it was without the .git on the end - not sure if that made any difference though.

1 Like