nixpkgs/nixos
Ryan Mulligan d3bee2a63a discourse: enable restoring backups bigger than RAM
When restoring a backup, discourse decompresses the backup archive in
the /share/discourse/tmp dir. Before this change, it is linked to /run
which is typically backed by memory, so the backup will fail to
restore if you do not have enough memory on your system to contain the
backup. This has already happened to me on two small forums.

This moves tmp to the StateDirectory /var/lib/discourse/tmp which is
typically backed by disk.

(cherry picked from commit f933c68374b9c6195dc74d26c95fc9bf240fead8)
2021-09-24 12:35:53 +00:00
..
doc nixos: fix release notes about linux_latest version 2021-08-17 07:12:42 +00:00
lib nixos/make-zfs-image: init 2021-09-13 16:20:46 +00:00
maintainers amazon images: extend the image-info.json to have a disks object 2021-09-13 16:20:47 +00:00
modules discourse: enable restoring backups bigger than RAM 2021-09-24 12:35:53 +00:00
tests nixos/kernel: add 5.14 to kernel test-suite 2021-09-12 23:15:14 +02:00
COPYING
README treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
default.nix nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems 2021-01-08 19:36:10 +01:00
release-combined.nix nixos/release-combined: fix a test name 2021-05-17 22:52:28 +02:00
release-small.nix Merge pull request #104322 from grahamc/amazon-image 2020-11-19 18:45:07 -05:00
release.nix NixOS/amazonImageZfs: init 2021-09-13 16:20:46 +00:00

README

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.