Faster rebuilds?

Rebuilds are about 25% faster now as we finally skip needlessly recompiling locales.

Not sure what else we could do to make it faster.

8 Likes

Hello, can be an option to prepare new container/image drop the older one. Not like now, removing old container, building new one and starting it.

Want to hide deployment process as much as possible.

UPD: Found the answer -

2 Likes

You can achieve that by moving to a separate container install (separate web & data) data only Really needs to be rebuilt when there is a postgres update. Otherwise, you can just bootstrap, destroy & start the web container and downtime shall come in the likes of 10-15 seconds in general.

2 Likes